Skip to content

Commit

Permalink
Workflows (#706)
Browse files Browse the repository at this point in the history
* Remove markdown links CI action

* Rename test-kitchen.yml

- Rename to ci.yml to match all other repositories
- Update shared workflows
- Update checkout action

Signed-off-by: Dan Webb <[email protected]>

---------

Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus authored Nov 1, 2023
1 parent 24041aa commit 4c08dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: "Test"

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.6
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0
permissions:
actions: write
checks: write
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Check out code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Kitchen Converge
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/md-links.yml

This file was deleted.

0 comments on commit 4c08dfd

Please sign in to comment.