Skip to content

Commit b9d598b

Browse files
committed
tmp skip lint
1 parent 385cea3 commit b9d598b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

-13
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@ permissions:
66
contents: read
77

88
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-
with:
18-
node-version: 18
19-
cache: yarn
20-
- run: yarn install
21-
- run: yarn lint
229
build:
2310
needs: lint
2411
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)