Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

fix: fix writing to file #11

fix: fix writing to file

fix: fix writing to file #11

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ '*' ]
jobs:
ruff:
runs-on: ubuntu-latest
name: Ruff
steps:
- uses: actions/[email protected]
- uses: ITProKyle/[email protected]
with:
python-version: 3.11
- uses: chartboost/ruff-action@v1
name: Ruff Lint
- uses: chartboost/ruff-action@v1
name: Ruff Format Check
with:
args: 'format --check'