Skip to content

Commit

Permalink
Improve YAML Module - Automated by Actions Bot. (#185)
Browse files Browse the repository at this point in the history
Updated YAML.


Co-authored-by: Vedansh ✨ <superuser.ntsystems@outlook.com>
  • Loading branch information
github-actions[bot] and offensive-vk authored Aug 8, 2024
1 parent de39299 commit 215c52a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 deletions.
2 changes: 1 addition & 1 deletion YAML/Action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a basic workflow to help you get started with Actions
# This is a basic workflow to help you get started with Github Actions

name: "Your Workflow Name"

Expand Down
18 changes: 0 additions & 18 deletions YAML/Docker.yml

This file was deleted.

1 change: 0 additions & 1 deletion YAML/Mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Sammy Sosa: {
avg: 0.288
}


# Example of mapping (dictionary) in YAML
person:
name: Alice
Expand Down
7 changes: 7 additions & 0 deletions YAML/Nesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ Jack:
- a
- b
location: {country: "A", city: "A-A"}

Ryan:
age: 20
expertise:
- C++
- Java
add: US

0 comments on commit 215c52a

Please sign in to comment.