Skip to content

fix: docs and params #19

fix: docs and params

fix: docs and params #19

Workflow file for this run

name: Pull Request Open
on:
pull_request:
workflow_dispatch:
concurrency:
# PR open and close use the same group, allowing only one at a time
group: ${{ github.event.number }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
name: Action Test
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
uses: ./.github/workflows/reusable-tests.yml

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/reusable-tests.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
results:
name: Analysis Results
needs: [test]
runs-on: ubuntu-22.04
steps:
- run: echo "Workflow completed successfully!"