Skip to content

Commit

Permalink
Update ruff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan472000 authored Oct 25, 2023
1 parent a6c49c4 commit c093682
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: ruff
on:
push:
branches: [main]
branches:
- master
pull_request:
branches: [main]
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pip install --user ruff
- run: ruff --format=github --target-version=py37 .
- run: ruff --output-format=github .

0 comments on commit c093682

Please sign in to comment.