We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2815f79 + 31eb60c commit abd960fCopy full SHA for abd960f
1 file changed
.github/workflows/lint-yaml.yml
@@ -15,7 +15,7 @@ permissions:
15
16
jobs:
17
yaml-lint:
18
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-low
19
20
name: yaml
21
@@ -32,8 +32,3 @@ jobs:
32
config_data: |
33
line-length: warning
34
35
- - name: Install the latest version of uv
36
- uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
37
-
38
- - name: Check GitHub actions
39
- run: uvx zizmor --min-severity medium .github/workflows/*.yml
0 commit comments