We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385cea3 commit b9d598bCopy full SHA for b9d598b
.github/workflows/ci.yml
@@ -6,19 +6,6 @@ permissions:
6
contents: read
7
8
jobs:
9
- lint:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v3
13
- with:
14
- persist-credentials: false
15
- - name: Setup node
16
- uses: actions/setup-node@v3
17
18
- node-version: 18
19
- cache: yarn
20
- - run: yarn install
21
- - run: yarn lint
22
build:
23
needs: lint
24
runs-on: ubuntu-latest
0 commit comments