Skip to content

try to fix job

try to fix job #2

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/tidy.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
submodules: recursive
steps:
- name: run tidy
run: |
npm install
npm run tidy-check