Skip to content

Commit 343eeca

Browse files
committed
Updated config files.
1 parent c202ea3 commit 343eeca

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/octocheese.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
Run:
12+
if: !startsWith(github.ref, 'refs/tags/')
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: domdfcoding/octocheese@master

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Example workflow:
141141
python -m site
142142
python -m pip install --upgrade pip setuptools wheel
143143
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
145145
146146
- name: "Run Flake8"
147147
run: "flake8 --format github"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ deps =
6262
flake8-builtins>=1.5.3
6363
flake8-docstrings>=1.5.0
6464
flake8-dunder-all>=0.1.1
65+
flake8-github-actions>=0.1.0
6566
flake8-pyi>=20.10.0
6667
flake8-pytest-style>=1.3.0
6768
flake8-sphinx-links>=0.0.4
@@ -71,7 +72,6 @@ deps =
7172
git+https://github.com/domdfcoding/flake8-quotes.git
7273
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
7374
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
74-
git+https://github.com/domdfcoding/flake8-github-actions
7575
pygments>=2.7.1
7676
commands = python3 -m flake8_rst_docstrings_sphinx flake8_github_actions --allow-toolbox {posargs}
7777

0 commit comments

Comments
 (0)