Skip to content

Commit

Permalink
all: GitHub Action to lint Python code with ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed May 2, 2023
1 parent 6762911 commit 40ff3dc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ruff.yml
@@ -1,12 +1,6 @@
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: ruff
on:
push:
branches:
- main
pull_request:
# branches:
# - main
name: Python code lint with ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 40ff3dc

Please sign in to comment.