Skip to content

Merge pull request #11 from bergsalex/task/update-cicd-for-consistency #1

Merge pull request #11 from bergsalex/task/update-cicd-for-consistency

Merge pull request #11 from bergsalex/task/update-cicd-for-consistency #1

Workflow file for this run

name: Style
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
format-lint:
uses: ./.github/workflows/_format-lint-action.yml
with:
python-version: '3.9'