We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e78f18 commit 87e6bd0Copy full SHA for 87e6bd0
.github/workflows/pull-request.yaml
@@ -6,7 +6,7 @@ jobs:
6
7
build:
8
name: Build
9
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
10
steps:
11
- name: Check out code
12
uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
20
21
test:
22
name: Test
23
24
25
26
@@ -30,7 +30,7 @@ jobs:
30
31
lint:
32
name: Lint
33
34
35
36
0 commit comments