Skip to content

Migrate from 0.3.0 to 0.4.0 #10

Migrate from 0.3.0 to 0.4.0

Migrate from 0.3.0 to 0.4.0 #10

Workflow file for this run

name: Ruff
on:
push:
workflow_dispatch:
jobs:
ruff:
name: Check for style errors and common problems
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Ruff
uses: chartboost/ruff-action@v1