Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/local-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Run actionlint via pre-commit + reviewdog
uses: leinardi/gha-pre-commit-actionlint-reviewdog@v1
uses: leinardi/gha-pre-commit-reviewdog-actions/actionlint@v1
with:
from-ref: ${{ github.event.pull_request.base.sha }}
to-ref: ${{ github.event.pull_request.head.sha }}
Expand All @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0

- name: Run pre-commit hooks + reviewdog diff
uses: leinardi/gha-pre-commit-hooks-reviewdog@v1
uses: leinardi/gha-pre-commit-reviewdog-actions/pre-commit-hooks@v1
with:
from-ref: ${{ github.event.pull_request.base.sha }}
to-ref: ${{ github.event.pull_request.head.sha }}
Expand All @@ -51,7 +51,7 @@ jobs:
fetch-depth: 0

- name: Run markdownlint-cli2 via pre-commit + reviewdog
uses: leinardi/gha-pre-commit-markdownlint-cli2-reviewdog@v1
uses: leinardi/gha-pre-commit-reviewdog-actions/markdownlint-cli2@v1
with:
from-ref: ${{ github.event.pull_request.base.sha }}
to-ref: ${{ github.event.pull_request.head.sha }}
Expand All @@ -67,7 +67,7 @@ jobs:
fetch-depth: 0

- name: Run mypy via pre-commit + reviewdog
uses: leinardi/gha-pre-commit-mypy-reviewdog@v1
uses: leinardi/gha-pre-commit-reviewdog-actions/mypy@v1
with:
from-ref: ${{ github.event.pull_request.base.sha }}
to-ref: ${{ github.event.pull_request.head.sha }}
Expand All @@ -83,7 +83,7 @@ jobs:
fetch-depth: 0

- name: Run ruff via pre-commit + reviewdog
uses: leinardi/gha-pre-commit-ruff-reviewdog@v1
uses: leinardi/gha-pre-commit-reviewdog-actions/ruff@v1
with:
from-ref: ${{ github.event.pull_request.base.sha }}
to-ref: ${{ github.event.pull_request.head.sha }}
Expand All @@ -99,7 +99,7 @@ jobs:
fetch-depth: 0

- name: Run shellcheck via pre-commit + reviewdog
uses: leinardi/gha-pre-commit-shellcheck-reviewdog@v1
uses: leinardi/gha-pre-commit-reviewdog-actions/shellcheck@v1
with:
from-ref: ${{ github.event.pull_request.base.sha }}
to-ref: ${{ github.event.pull_request.head.sha }}
Expand All @@ -115,7 +115,7 @@ jobs:
fetch-depth: 0

- name: Run yamllint via pre-commit + reviewdog
uses: leinardi/gha-pre-commit-yamllint-reviewdog@v1
uses: leinardi/gha-pre-commit-reviewdog-actions/yamllint@v1
with:
from-ref: ${{ github.event.pull_request.base.sha }}
to-ref: ${{ github.event.pull_request.head.sha }}
Expand Down