Skip to content

Commit

Permalink
reorganize files
Browse files Browse the repository at this point in the history
  • Loading branch information
avidit committed Mar 4, 2024
1 parent 2b229d1 commit 6faddc0
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_size = 2
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"*.yml": "github-actions-workflow"
}
}
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ Collection of reusable workflows and compostite actions

## Reusable Workflows

- [greeting.yml](./.github/workflows/greeting.yml)
- [msbuild.yml](./.github/workflows/msbuild.yml)
- [greeting.yml](workflows/greeting.yml)
- [msbuild.yml](workflows/msbuild.yml)

## Composite Actions

- [greeting](./.github/actions/greeting/action.yml)
- [msbuild](./.github/actions/msbuild/action.yml)

Usage:

[DynamoDS/workflow-examples](https://github.com/DynamoDS/workflows-examples)
- [greeting](actions/greeting/action.yml)
- [msbuild](actions/msbuild/action.yml)

More info:

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6faddc0

Please sign in to comment.