Skip to content

don't print request object in errors (nothing useful) #298

don't print request object in errors (nothing useful)

don't print request object in errors (nothing useful) #298

Workflow file for this run

name: Lint code
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Build additional files
run: npm run build
- name: Run ESLint
run: npm run lint