flake8-action:在您的Python项目中运行flake8 linter

时间:2024-05-20 20:24:41
【文件属性】:

文件名称:flake8-action:在您的Python项目中运行flake8 linter

文件大小:110KB

文件格式:ZIP

更新时间:2024-05-20 20:24:41

python linter actions python3 flake8

flake8作用 在您的Python代码上运行flake8。 用法 在存储库中创建工作流程文件: name : Code Quality on : push : paths : - " **.py " jobs : lint : name : Python Lint runs-on : ubuntu-latest steps : - uses : actions/checkout@v2 - uses : actions/setup-python@v2 with : python-version : " 3.8 " - name : Run flake8 uses : julianwachholz/flake8-action@v2 wi


【文件预览】:
flake8-action-main
----.gitignore(940B)
----README.md(949B)
----parser.js(1KB)
----.github()
--------workflows()
----index.test.js(1KB)
----lintme.py(192B)
----LICENSE(1KB)
----package.json(882B)
----dist()
--------index.js(238KB)
----flake8_test.ini(29B)
----index.js(2KB)
----action.yml(585B)
----.eslintrc.json(258B)
----package-lock.json(192KB)

网友评论