Vincent Le Bourlot 984a7fb41c
Update GitHub Action Versions (#169)
* Update GitHub Action Versions

* Update .github/workflows/validate.yml

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-11 10:23:05 +02:00

13 lines
230 B
YAML

name: Linters (flake8, black, isort)
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-python@v4.7.0
- uses: pre-commit/action@v3.0.0