Skip to content

chore(deps): bump ruff from 0.4.7 to 0.14.0 #45

chore(deps): bump ruff from 0.4.7 to 0.14.0

chore(deps): bump ruff from 0.4.7 to 0.14.0 #45

Workflow file for this run

name: Dev Build
on:
pull_request:
types: [opened, synchronize]
jobs:
build_whl:
strategy:
fail-fast: false
matrix:
python_version: ['3.10', '3.13']
uses: ./.github/workflows/build_upload_whl.yml
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
REPOSITORY_NAME: ${{ github.event.pull_request.head.repo.full_name }}
BRANCH_NAME: ${{ github.head_ref }}
PYTHON_VERSION: ${{ matrix.python_version }}
PROJECT_NAME: 'mfd-code-quality'