Skip to content

Allow manually triggering workflow builds #10135

Allow manually triggering workflow builds

Allow manually triggering workflow builds #10135

Workflow file for this run

name: check

Check failure on line 1 in .github/workflows/check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check.yml

Invalid workflow file

`push, workflow_dispatch` is not a valid event name
on: push, workflow_dispatch
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20.9.0"
- uses: actions/checkout@v4
- run: npm ci
- run: npm run check