Skip to content

Bump ruff from 0.4.4 to 0.4.8 #194

Bump ruff from 0.4.4 to 0.4.8

Bump ruff from 0.4.4 to 0.4.8 #194

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linting:
uses: ./.github/workflows/linting.yml
build-deploy:
uses: ./.github/workflows/build.yml
needs:
- linting