Skip to content

Commit

Permalink
ci: add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
boozec committed May 28, 2024
1 parent 801ddfd commit e9e423a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: lint

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

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]

0 comments on commit e9e423a

Please sign in to comment.