File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
Run :
12
+ if : !startsWith(github.ref, 'refs/tags/')
12
13
runs-on : ubuntu-latest
13
14
steps :
14
15
- uses : domdfcoding/octocheese@master
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ Example workflow:
141
141
python -m site
142
142
python -m pip install --upgrade pip setuptools wheel
143
143
python -m pip install flake8
144
- python -m pip install git+https://github.com/domdfcoding/ flake8-github-actions
144
+ python -m pip install flake8-github-actions
145
145
146
146
- name: "Run Flake8"
147
147
run: "flake8 --format github"
Original file line number Diff line number Diff line change 62
62
flake8-builtins>=1.5.3
63
63
flake8-docstrings>=1.5.0
64
64
flake8-dunder-all>=0.1.1
65
+ flake8-github-actions>=0.1.0
65
66
flake8-pyi>=20.10.0
66
67
flake8-pytest-style>=1.3.0
67
68
flake8-sphinx-links>=0.0.4
71
72
git+https://github.com/domdfcoding/flake8-quotes.git
72
73
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
73
74
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
74
- git+https://github.com/domdfcoding/flake8-github-actions
75
75
pygments>=2.7.1
76
76
commands = python3 -m flake8_rst_docstrings_sphinx flake8_github_actions --allow-toolbox {posargs}
77
77
You can’t perform that action at this time.
0 commit comments