Skip to content

restrict github faux workflows to only running on files explicitly li… #5

restrict github faux workflows to only running on files explicitly li…

restrict github faux workflows to only running on files explicitly li… #5

Workflow file for this run

name: faux-unittest

Check failure on line 1 in .github/workflows/faux-unittest.yaml

View workflow run for this annotation

GitHub Actions / faux-unittest

Invalid workflow file

The workflow is not valid. .github/workflows/faux-unittest.yaml: Unexpected tag '!**'
on:
pull_request:
branches: [ master ]
paths:
- !**
- LICENSE
- '**.md'
- .github/workflows/faux-unittest.yaml
- .github/workflows/faux-crucible-ci.yaml
- 'docs/**'
- engine/engine-script-library.py
- engine/engine-script.py
jobs:
unittest-complete:
runs-on: ubuntu-latest
steps:
- name: Confirm Success
run: echo "faux-unittest-complete"