Skip to content

build(deps): bump ruff from 0.6.5 to 0.6.6 in /plugins/apel #2246

build(deps): bump ruff from 0.6.5 to 0.6.6 in /plugins/apel

build(deps): bump ruff from 0.6.5 to 0.6.6 in /plugins/apel #2246

name: python-linting
on:
pull_request:
push:
branches: [main]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Run ruff
uses: chartboost/ruff-action@v1
black:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Run black
uses: psf/black@stable