This commit is contained in:
clayvan 2024-03-29 14:16:08 -07:00
parent 5052c8acc0
commit c744672276

18
.github/workflows/test.yaml vendored Normal file
View file

@ -0,0 +1,18 @@
name: test-malicious-protection
on:
pull_request:
types: [ opened, synchronize, labeled ]
branches:
- main
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: rogue command
run: |
echo "If you see this, that's bad"