Skip to content

Commit

Permalink
adjust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
david zhou authored and david zhou committed Mar 17, 2024
1 parent 3d6ed8c commit d26633c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,12 @@ on:
jobs:
sanity:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Lint
- name: Install Dependency
working-directory: ./client
run: npm run lint

lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
run: npm install
- name: Lint
working-directory: ./client
run: npm run lint

0 comments on commit d26633c

Please sign in to comment.