Skip to content

fix: don't delete temp config file when using --sync #15

fix: don't delete temp config file when using --sync

fix: don't delete temp config file when using --sync #15

Workflow file for this run

name: Lint with black
on:
push:
paths:
- '**.py'
pull_request:
branches:
- main
paths:
- '**.py'
jobs:
lint:
name: Run black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/[email protected]