Skip to content

Commit

Permalink
ci: move ci.yml to correct dir (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hf authored May 12, 2024
1 parent 8d7e273 commit b766924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
npm ci
- run: |
npm lint
npm run lint
- run: |
npm build
npm run build
- run: |
npm test
npm run test

0 comments on commit b766924

Please sign in to comment.