Skip to content

Shown application status on HackTicket #203

Shown application status on HackTicket

Shown application status on HackTicket #203

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
env:
PACKAGES_PAT: ${{ secrets.PACKAGES_PAT }}
- run: npm run lint