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 e9aaedc commit f283d73Copy full SHA for f283d73
.github/workflows/coverage.yml
@@ -26,7 +26,7 @@ jobs:
26
- run: pip install nox coverage
27
28
- name: Checkout base branch
29
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
30
with:
31
ref: ${{ github.base_ref }}
32
- name: Calculate base code coverage
@@ -38,7 +38,7 @@ jobs:
38
coverage erase
39
40
- name: Checkout PR branch
41
42
- name: Calculate PR code coverage
43
run: |
44
nox --sessions unit-3.10
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
run: pip install nox
- name: Checkout code
33
34
- name: Run nox lint session
35
run: nox --sessions lint
0 commit comments