Skip to content

Add conditional for no torrents #135

Add conditional for no torrents

Add conditional for no torrents #135

Workflow file for this run

name: eslint
on:
pull_request:
push:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint