Skip to content

Commit

Permalink
Allow the lint job to continue even if a step errors
Browse files Browse the repository at this point in the history
This is toggled by the same value that toggles a tmate session so that
debugging can be done even if a step fails.
  • Loading branch information
mcdonnnj committed Jul 18, 2023
1 parent 4980bb8 commit 44818e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
# and style deviations.
name: "Lint sources"
runs-on: ubuntu-latest
continue-on-error: ${{ env.RUN_TMATE }}
steps:
- id: setup-env
uses: cisagov/setup-env-github-action@develop
Expand Down

0 comments on commit 44818e9

Please sign in to comment.