Skip to content

Commit

Permalink
ci: play with GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille committed Jul 3, 2024
1 parent 39c68f8 commit 44bd85f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: CI
on:
push:
pull_request:
jobs:
ci-lint:
runs-on: ubuntu-latest
Expand All @@ -28,8 +28,8 @@ jobs:
uses: plettich/action-codespell@master

- name: markdownlint-cli2-action
# uses: DavidAnson/markdownlint-cli2-action@v16.0.0
uses: reviewdog/action-markdownlint@v0
uses: DavidAnson/markdownlint-cli2-action@v16.0.0
# uses: reviewdog/action-markdownlint@v0

- name: editorconfig-checker-action
uses: editorconfig-checker/action-editorconfig-checker@v2

0 comments on commit 44bd85f

Please sign in to comment.