Skip to content

Allow safe files on certain subdomains #55

Allow safe files on certain subdomains

Allow safe files on certain subdomains #55

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