Skip to content

Fix the scanning for 1.9 #1

Fix the scanning for 1.9

Fix the scanning for 1.9 #1

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test-job:
name: First step that will fail
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Step that should fail
run: |
set -x
echo "Hello world! I'll fail"
cat testfile
- name: Shouldn't be here
run: echo "WHy are you here?"