Skip to content

Commit

Permalink
testing
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 36a6d19 commit b957551
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: "run-linting-checks"
on:
pull_request:
branches: [main, dev]
on: [push]

jobs:
run-pylint:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: LouisBrunner/[email protected]
id: init
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Pylint Report
status: in_progress
- uses: actions/checkout@v4
# update stats
- uses: actions/setup-python@v4
Expand All @@ -28,10 +32,10 @@ jobs:
echo 'EOF' >> $GITHUB_ENV
- uses: LouisBrunner/[email protected]
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Pylint Report
check_id: ${{ steps.init.outputs.check_id }}
status: completed
conclusion: ${{ job.status }}
output: |
{"summary":"${{job.status}}" , "text_description": "Job has finished "}
Expand Down

0 comments on commit b957551

Please sign in to comment.