Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdcosta100 committed Oct 28, 2024
1 parent 4d09656 commit 39fea4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
outputs:
should_skip: ${{ github.event_name != 'workflow_dispatch' && steps.changed-files.outputs.linux_any_modified != 'true' }}
steps:
- run: |
echo this is a shellcheck fail test
echo ${this_will_fail_in_shellcheck}
echo `
echo one more line to fail
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 39fea4e

Please sign in to comment.