Skip to content

🔖 Bump version 2.5.8.post2 #26

🔖 Bump version 2.5.8.post2

🔖 Bump version 2.5.8.post2 #26

Workflow file for this run

name: Ruff Lint
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
ruff:
name: Ruff Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Ruff Lint
uses: chartboost/ruff-action@v1