SponsorBlockServer/.github/workflows/eslint.yml

21 lines
347 B
YAML
Raw Normal View History

2021-07-05 09:18:58 +02:00
name: Linting
on:
push:
branches:
- master
pull_request:
2021-07-05 09:18:58 +02:00
jobs:
lint:
2021-07-05 09:18:58 +02:00
name: Lint with ESLint
runs-on: ubuntu-latest
steps:
# Initialization
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install
- name: Run Tests
timeout-minutes: 5
run: npm run lint