Skip to content

remove temporary files if an exception was raised #438

remove temporary files if an exception was raised

remove temporary files if an exception was raised #438

Workflow file for this run

name: Ruff
on:
push:
paths:
- '**.py'
pull_request:
paths:
- '**.py'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1