chore(deps): update ruff requirement from ~=0.0.284 to ~=0.0.286 #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code Quality | |
on: | |
pull_request: | |
branches: [ mainline ] | |
jobs: | |
Test: | |
name: Code Quality | |
uses: ./.github/workflows/reuse_python_build.yml | |
secrets: inherit | |