We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a9dca5 + f6d17c0 commit cb0e3caCopy full SHA for cb0e3ca
3 files changed
.github/workflows/code-check.yml
@@ -6,7 +6,7 @@ jobs:
6
code-check:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- name: Install uv
11
id: setup-uv
12
uses: astral-sh/setup-uv@v6
.github/workflows/hadolint.yml
hadolint:
- name: Run hadolint with review dog
uses: reviewdog/action-hadolint@v1
with:
.github/workflows/test.yml
test:
0 commit comments