Skip to content

Commit

Permalink
chore: rename lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Sep 18, 2024
1 parent bbeb6ce commit efa284b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,9 @@ on:
- ".pre-commit-config.yaml"
pull_request:
branches: [main]
paths:
- "**.py"
- ".github/workflows/lint.yaml"
- "pyproject.toml"
- "ruff.toml"
- "pyrightconfig.json"
- ".pre-commit-config.yaml"

jobs:
build:
lint:
runs-on: ubuntu-latest
env:
PYTHON_VERSION: 3.8
Expand Down

0 comments on commit efa284b

Please sign in to comment.