Skip to content

zack is linting Typescript #15

zack is linting Typescript

zack is linting Typescript #15

Workflow file for this run

name: 'Node Linter'
run-name: ${{ github.actor }} is linting Typescript
on:
pull_request:
jobs:
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19.2.0
- run: npm ci
- run: npm run lint