Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Oct 26, 2023
1 parent 71869b2 commit c6342bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:

jobs:
markdownlint:
uses: Stromweld/github-workflows/.github/workflows/markdownlint.yml@main
uses: chef/github-workflows/.github/workflows/markdown-lint.yml@main

yamllint:
uses: Stromweld/github-workflows/.github/workflows/yamllint.yml@main
uses: chef/github-workflows/.github/workflows/yaml-lint.yml@main

jsonlint:
uses: Stromweld/github-workflows/.github/workflows/jsonlint.yml@main
uses: chef/github-workflows/.github/workflows/json-lint.yml@main

cookstylelint:
uses: Stromweld/github-workflows/.github/workflows/cookstylelint.yml@main
uses: chef/github-workflows/.github/workflows/cookstyle-lint.yml@main

# integration:
# runs-on: macos-latest
Expand Down

0 comments on commit c6342bb

Please sign in to comment.