Skip to content

issue-334 fix WRX classing #111

issue-334 fix WRX classing

issue-334 fix WRX classing #111

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@v4
- name: Use Node.js '22.x'
uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run lint