From 44bd85f24df5697f1f489d41fb8639143c077f23 Mon Sep 17 00:00:00 2001 From: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:34:31 +0200 Subject: [PATCH] ci: play with GHA --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c841b55..f47a6b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ --- name: CI on: - push: + pull_request: jobs: ci-lint: runs-on: ubuntu-latest @@ -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