Skip to content

Commit

Permalink
Update CI workflows (#260)
Browse files Browse the repository at this point in the history
* Update CI workflows

- Update lint-unit.yml to 2.0.1
- Update overcommit
- Update Renovate config

* Update README

---------

Co-authored-by: Corey Hemminger <hemminger@hotmail.com>
  • Loading branch information
damacus and Stromweld committed May 7, 2024
1 parent c17072a commit 42e4ab6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 1 addition & 4 deletions .overcommit.yml
Expand Up @@ -4,19 +4,16 @@ PreCommit:
enabled: true
YamlLint:
enabled: true
required_executable: "yamllint"
ChefSpec:
enabled: true
required_executable: "chef"
command: ["chef", "exec", "rspec"]
Cookstyle:
enabled: true
required_executable: "cookstyle"
command: ["cookstyle"]
MarkdownLint:
enabled: false
required_executable: "npx"
command: ["npx", "markdownlint-cli2", "'**/*.md'"]
command: ["echo $HOME", "npx", "markdownlint-cli2", "'**/*.md'"]
include: ["**/*.md"]

CommitMsg:
Expand Down
7 changes: 0 additions & 7 deletions CHANGELOG.md
Expand Up @@ -38,14 +38,10 @@ 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

## 10.1.4 - *2023-02-20*

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

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

## 10.1.3 - *2023-02-15*

## 10.1.2 - *2023-02-14*
Expand Down Expand Up @@ -302,14 +298,11 @@ Standardise files with files in sous-chefs/repo-management

[@bakins]: https://github.com/bakins
[@chrislundquist]: https://github.com/ChrisLundquist
[@gmccue]: https://github.com/gmccue
[@johannesbecker]: https://github.com/johannesbecker
[@julesau]: https://github.com/JulesAU
[@markbirbeck]: https://github.com/markbirbeck
[@predominant]: https://github.com/predominant
[@robertkowalski]: https://github.com/robertkowalski
[@sax]: https://github.com/sax
[@sjlu]: https://github.com/sjlu
[@smith]: https://github.com/smith
[@vaskas]: https://github.com/vaskas
[@wanelo-pair]: https://github.com/wanelo-pair

0 comments on commit 42e4ab6

Please sign in to comment.