Skip to content

fix: restore compatibility with previous loading method but remove from README #34

fix: restore compatibility with previous loading method but remove from README

fix: restore compatibility with previous loading method but remove from README #34

Workflow file for this run

name: Ruff
on: pull_request
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Linting & Flaking"
uses: chartboost/ruff-action@v1
- name: "Formatting"
uses: chartboost/ruff-action@v1
with:
args: format --check