Skip to content

Commit

Permalink
Standardise files with files in sous-chefs/repo-management
Browse files Browse the repository at this point in the history
Signed-off-by: kitchen-porter <[email protected]>
  • Loading branch information
kitchen-porter committed May 19, 2024
1 parent 961c2c7 commit f06f8f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run yaml Lint
uses: actionshub/yamllint@main

markdownlint-cli2:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v10
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: "**/*.md"
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Standardise files with files in sous-chefs/repo-management

Standardise files with files in sous-chefs/repo-management

Standardise files with files in sous-chefs/repo-management

- Added a Changelog #36
- Remove all the unneeded chef files
- Add all Sublime Text Package tests
Expand Down

0 comments on commit f06f8f6

Please sign in to comment.