We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113f9db commit 381a6e3Copy full SHA for 381a6e3
.github/workflows/checks.yml
@@ -74,6 +74,8 @@ jobs:
74
matrix:
75
module: [api, common, .]
76
fail-fast: false
77
+ permissions:
78
+ pull-requests: write
79
steps:
80
- name: Check out code
81
uses: actions/checkout@v4
@@ -101,6 +103,8 @@ jobs:
101
103
102
104
lint-gha:
105
runs-on: ubuntu-22.04
106
107
108
109
110
@@ -138,7 +142,7 @@ jobs:
138
142
uses: actions/cache@v4
139
143
with:
140
144
path: ~/.cache/pre-commit
141
- key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
145
+ key: pre-commit-3|${{ hashFiles('.pre-commit-config.yaml') }}
146
147
- name: Run pre-commit
148
run: devbox run -- make pre-commit
0 commit comments