Skip to content

Bump autopep8 from 2.0.2 to 2.0.4 (#28) #267

Bump autopep8 from 2.0.2 to 2.0.4 (#28)

Bump autopep8 from 2.0.2 to 2.0.4 (#28) #267

name: Test
on:
schedule:
- cron: '0 0 * * *' # Run every day at midnight
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make format lint