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 93c91f4 commit df75b33Copy full SHA for df75b33
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
pre-commit:
9
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
10
steps:
11
- name: Check out the codebase.
12
uses: actions/checkout@v3
@@ -32,7 +32,7 @@ jobs:
32
run: pre-commit run --all-files
33
34
bash-unit-tests:
35
36
37
38
0 commit comments