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

18 lines
248 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:
node-version: 14
- run: yarn
- run: npm run lint