Files
snk/.github/workflows/main.yml
platane 97429e3d27 🚀 optimize
2020-07-19 12:53:46 +02:00

21 lines
374 B
YAML

name: main
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install gifsicle graphicsmagick
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- uses: bahmutov/npm-install@v1
- run: yarn type
- run: yarn lint
- run: yarn test --ci