Skip to content

Update test_main.py #16

Update test_main.py

Update test_main.py #16

Workflow file for this run

name: lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install
run: make install
- name: format
run: make format