Skip to content

Use max-age=0 for error pages, too #12

Use max-age=0 for error pages, too

Use max-age=0 for error pages, too #12

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: cd app && npm install
- run: cd app && npm run lint