Skip to content

feat: add preset mode support #48

feat: add preset mode support

feat: add preset mode support #48

Workflow file for this run

name: "CI"
on:
push:
branches:
- "main"
- "feat**"
tags-ignore:
- "**"
pull_request:
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: actions/checkout@v4
- name: "Check format"
uses: psf/black@stable