Skip to content

Bump undici from 5.28.2 to 5.28.3 in /.github/actions/release-tag #1861

Bump undici from 5.28.2 to 5.28.3 in /.github/actions/release-tag

Bump undici from 5.28.2 to 5.28.3 in /.github/actions/release-tag #1861

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- 'main'
jobs:
autopep8:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Build and Test
run: |
python3 -m pip install --upgrade setuptools
python3 -m pip install --upgrade autopep8
python3 -m autopep8 --exit-code --diff --recursive setup.py builder