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 c90d805
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:
merge_request:

Check failure on line 4 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / action-lint

unknown Webhook event "merge_request". see https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#webhook-events for list of all Webhook event names
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 c90d805

Please sign in to comment.