python-deps(deps-dev): update ruff requirement from 0.7.4 to 0.8.0 in the python-dependencies group #1123
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: Test code | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | |
jobs: | |
test-code: | |
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-test-code.yml@v1.5.2 | |
with: | |
repo-name: tektronix/tm_devices | |
operating-systems-array: '["ubuntu", "windows", "macos"]' | |
python-versions-array: '["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]' # when updating this, make sure to update all workflows that use this strategy | |
upload-to-codecov: true | |
secrets: | |
codecov-token: ${{ secrets.CODECOV_TOKEN }} |