Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <[email protected]>
  • Loading branch information
IsaacMilarky committed Dec 5, 2023
1 parent ebaedaa commit c1ce9b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- run: pip install -r requirements.txt
- run: |
PYLINT_REPORT=$(./run_pylint.sh)
echo "PYLINT_REPORT=$PYLINT_REPORT" >> $GITHUB_ENV
echo "PYLINT_REPORT<<EOF" >> $GITHUB_ENV
echo "$PYLINT_REPORT" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: LouisBrunner/[email protected]
if: always()
Expand Down

0 comments on commit c1ce9b3

Please sign in to comment.