Add yamllint CI and codespell CI
This commit is contained in:
7
.github/workflows/lint-workflow.yml
vendored
7
.github/workflows/lint-workflow.yml
vendored
@@ -24,3 +24,10 @@ jobs:
|
||||
source: './'
|
||||
extensions: 'h,c'
|
||||
version: 12
|
||||
|
||||
yamllint:
|
||||
name: Check yaml files
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: yamllint .
|
||||
|
||||
Reference in New Issue
Block a user