Skip to content

feat: add adv_2024_17 #193

feat: add adv_2024_17

feat: add adv_2024_17 #193

Workflow file for this run

---
name: black_format
'on':
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
black_format:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: psf/black@24.10.0
with:
options: "--check --verbose"