Skip to content

chore: replace black by ruff + misc cleanup #31

chore: replace black by ruff + misc cleanup

chore: replace black by ruff + misc cleanup #31

---
# yamllint disable rule:truthy
name: "Pull Request on develop"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}"
cancel-in-progress: true
on:
push:
branches:
- "renovate/**"
pull_request:
branches:
- develop
jobs:
linter:
uses: ./.github/workflows/workflow-linter.yml
tests:
needs: ["linter"]
uses: ./.github/workflows/workflow-tests.yml