mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-27 21:21:31 -05:00
7eb945fb6e
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 lines
214 B
YAML
11 lines
214 B
YAML
name: lint all
|
|
on: pull_request
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/setup-python@v5
|
|
- uses: pre-commit/action@v3.0.1
|
|
name: lint
|