Skip to content

Code style and lint

Code style and lint #4

Workflow file for this run

name: Code style and lint
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tidy:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: run tidy
run: |
npm install
npm run tidy-check