瀏覽代碼

feat: remove unuseful flake8 (#7)

tags/0.2.2
John Wang 2 年之前
父節點
當前提交
4926a0fcb1
No account linked to committer's email address
共有 1 個文件被更改,包括 0 次插入19 次删除
  1. 0
    19
      .github/workflows/flake8.yml

+ 0
- 19
.github/workflows/flake8.yml 查看文件

@@ -1,19 +0,0 @@
name: PEP8 Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pep8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install flake8
run: pip install flake8
- name: Run flake8
run: flake8 --ignore=E501 .

Loading…
取消
儲存