文件名称:flake8:在持续集成测试期间安装并执行flake8 Python源linting的GitHub Action。 支持GitHub Action设置中的flake8配置
文件大小:102KB
文件格式:ZIP
更新时间:2024-05-19 10:35:45
lint python linting ci python3
py-actions / flake8 GitHub动作 该GitHub Action将Python 安装在具有Python解释器的环境中,并执行Python源文件的flake8样式和逻辑替换。 flake8的默认安装和执行可以使用可选的Action设置进行配置。 快速开始 默认 name : flake8 Lint on : [push, pull_request] jobs : flake8-lint : runs-on : ubuntu-latest name : Lint steps : - name : Check out source repository uses : actions/checkout@v2 - name : Set up Python environment uses :
【文件预览】:
flake8-master
----.eslintrc.yml(134B)
----docs()
--------MAINTAINER.md(780B)
----package.json(1KB)
----.github()
--------dependabot.yml(125B)
--------workflows()
----tests()
--------test-args.py(189B)
--------index.test.js(103B)
--------test-default.py(102B)
----action.yml(1KB)
----LICENSE(11KB)
----package-lock.json(320KB)
----dist()
--------index.js(61KB)
----src()
--------index.js(2KB)
----.gitignore(21B)
----CHANGELOG.md(758B)
----Makefile(155B)
----README.md(4KB)