Skip to content

fix: remove part of lint.yml #3

fix: remove part of lint.yml

fix: remove part of lint.yml #3

Workflow file for this run

name: lint
on:
push:
branches:
- "*"
jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python 3.x
with:
python-version: "3.x"
architecture: "x64"