Skip to content

Merge pull request #71 from GispoCoding/69-add-clearer-style-to-gates #107

Merge pull request #71 from GispoCoding/69-add-clearer-style-to-gates

Merge pull request #71 from GispoCoding/69-add-clearer-style-to-gates #107

Workflow file for this run

name: code-style
on:
pull_request:
push:
branches: [main]
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1