Skip to content

Commit

Permalink
Revert to chartboost/ruff-action (#931)
Browse files Browse the repository at this point in the history
Looks like it works actually, we just forgot to add "check" to the overwritten args parameter
  • Loading branch information
rdbende authored Jul 5, 2024
1 parent 0b66901 commit ad9cda8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: Checks

on:
push:
branches:
- "main"
pull_request:
on: [push, pull_request]

jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nkarasiak/ruff-action@v2
- uses: chartboost/ruff-action@v1
with:
args: --output-format github
args: 'check --output-format github'

0 comments on commit ad9cda8

Please sign in to comment.