Skip to content

Commit

Permalink
chore: remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuzhang committed Dec 11, 2023
1 parent 773b085 commit aa15d02
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ on:
- main

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# lint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
node-version: '18.16.0'
# - uses: actions/setup-node@v2
# with:
# node-version: '18.16.0'

- name: Install dependencies
run: yarn
# - name: Install dependencies
# run: yarn

- name: Run linter
run: npm run lint
# - name: Run linter
# run: npm run lint

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit aa15d02

Please sign in to comment.