Skip to content

Commit

Permalink
chore: optimize workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 14, 2023
1 parent ed99224 commit b27eb5c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,5 @@ jobs:
node-version: '18'
cache: 'pnpm'

- name: Ls
run: ls -a

- name: Setup
run: npm i -g @antfu/ni

- name: Install
run: ni --frozen

- name: Lint
run: nr lint
run: pnpm lint

0 comments on commit b27eb5c

Please sign in to comment.