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 8672931 commit 4f26139Copy full SHA for 4f26139
.github/workflows/pr-checks.yml
@@ -10,7 +10,7 @@ env:
10
jobs:
11
linting:
12
name: Lint
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v3
@@ -23,7 +23,7 @@ jobs:
23
24
type-check:
25
name: Apps/Web Types
26
27
28
29
@@ -36,7 +36,7 @@ jobs:
36
37
build:
38
name: Build
39
40
41
42
0 commit comments