1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00
lossless-cut/.github/workflows/pr.yml
Mikael Finstad a1c861f90f
use node 18
2023-08-21 13:09:07 +02:00

20 lines
294 B
YAML

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
cache: 'yarn'
- run: yarn
- run: npm run lint
- run: npm test