Skip to content

Commit

Permalink
setup test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelle authored Feb 10, 2024
1 parent 7c82156 commit e7560b4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jdx/mise-action@v2
- run: yarn
- run: yarn test

0 comments on commit e7560b4

Please sign in to comment.