Skip to content

Commit

Permalink
ci: add editorconfig linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille committed Jun 26, 2024
1 parent 67ce792 commit 969caef
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ name: CI
on: # yamllint disable-line rule:truthy
push:
jobs:
editorconfig-lint:
runs-on: ubuntu-latest
steps:
- name: EditorConfig-Action
uses: zbeekman/[email protected]

yaml-lint:
ci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
- name: EditorConfig-Action
uses: zbeekman/[email protected]

0 comments on commit 969caef

Please sign in to comment.