Skip to content

Bump @vercel/ncc from 0.36.1 to 0.38.0 in /.github/actions/release-tag #1775

Bump @vercel/ncc from 0.36.1 to 0.38.0 in /.github/actions/release-tag

Bump @vercel/ncc from 0.36.1 to 0.38.0 in /.github/actions/release-tag #1775

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