1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00

add PR workflow

This commit is contained in:
Mikael Finstad 2021-02-03 18:03:51 +01:00
parent 56a2fdc09b
commit f9ce69ee5f
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

17
.github/workflows/pr.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Pull request tests
on: [pull_request]
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