We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4799a12 commit fbe9419Copy full SHA for fbe9419
.github/workflows/ci.yaml
@@ -10,7 +10,6 @@ permissions: {}
10
11
jobs:
12
pre-commit:
13
- if: false
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -42,7 +41,6 @@ jobs:
42
41
pre-commit run --color=always --all-files --show-diff-on-failure
43
44
distcheck:
45
46
47
permissions:
48
contents: write # TODO: This is needed for release, maybe split the release steps to a different job?
0 commit comments