Skip to content

Separate reusable workflow from repo's own test workflow. #2

Separate reusable workflow from repo's own test workflow.

Separate reusable workflow from repo's own test workflow. #2

Workflow file for this run

name: Test
on:
pull_request:
push: {branches: main}
schedule: [{cron: '0 0 10 * *'}] # monthly https://crontab.guru/#0_0_10_*_*
workflow_dispatch:
permissions: # none toplevel

Check failure on line 7 in .github/workflows/_test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/_test.yml (Line: 7, Col: 13): Unexpected value ''
jobs:
test:
uses: ./.github/workflows/test.yml
with: {npm: false}
permissions:
contents: read
packages: read
id-token: write
security-events: write
statuses: write