Skip to content

test github actions for tidy #1

test github actions for tidy

test github actions for tidy #1

Workflow file for this run

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

Check failure on line 18 in .github/workflows/tidy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tidy.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
run: |
npm install
npm run tidy-check