1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 18:32:34 +01:00
lossless-cut/.github/workflows/pr.yml

20 lines
294 B
YAML
Raw Normal View History

2021-02-09 12:08:00 +01:00
name: Test
2021-02-03 18:03:51 +01:00
2021-02-09 12:08:00 +01:00
on: [push, pull_request]
2021-02-03 18:03:51 +01:00
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
2021-11-14 14:55:12 +01:00
node-version: 16
cache: 'yarn'
2021-02-03 18:03:51 +01:00
- run: yarn
- run: npm run lint
2021-02-19 13:43:48 +01:00
- run: npm test