Skip to content

Hide posts conditionally #95

Hide posts conditionally

Hide posts conditionally #95

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "lts/*"
cache: "npm"
- run: npm ci --legacy-peer-deps
- run: npm run lint