Skip to content

issue 305: fix GTR classing #96

issue 305: fix GTR classing

issue 305: fix GTR classing #96

Workflow file for this run

# This workflow will lint the javascript on pull requests to master
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Lint
on:
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js '22.x'
uses: actions/setup-node@v3
with:
node-version: 22
- run: npm ci
- run: npm run lint