Skip to content

fix(CI): publish workflow to work with py3.11 #14

fix(CI): publish workflow to work with py3.11

fix(CI): publish workflow to work with py3.11 #14

Workflow file for this run

name: Ruff
on: push
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
version: 0.1.11