Skip to content

Testing some stuff

Testing some stuff #2

Workflow file for this run

---

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: on-labeled-pr
name: Faux Scan
on:
pull_request:
branches: ["main"]
types:
- synchronize
- labeled
jobs:
on-labeled-pr:
if: ${{ contains(github.event.action, 'labeled') && contains(github.event.*.labels.*.name, 'covscan-ok') }}
name: Fail PR
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT" \
false