This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
Update Kaboom unpkg version in setup doc (#855) #1414
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: [ push ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- run: npm install | |
- run: npm run check | |
- run: npm run lint | |
- run: npm run test |