Files
SuperTinyIcons/.github/workflows/test.yml
Ethan Chapman 3631ee83a8 Run tests for PRs
Should hopefully reduce the number of PRs with minor errors.
2023-03-12 06:37:39 -04:00

16 lines
216 B
YAML

name: Run tests
on:
[push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm test