summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-07-11 10:23:27 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-07-11 10:23:27 +0200
commitdc7dad5de835df401a8e21d131e32599753abf5b (patch)
tree367af2c6f3c552a2fa8f244babe1e8d98ce04e0c /tox.ini
parent65b10d944a94422645b695f8636ff1b0268504fb (diff)
downloadqutebrowser-dc7dad5de835df401a8e21d131e32599753abf5b.tar.gz
qutebrowser-dc7dad5de835df401a8e21d131e32599753abf5b.zip
ci: Add actionlint
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 8 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 19975a8a3..8d33750f3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py38-pyqt515-cov,mypy,misc,vulture,flake8,pylint,pyroma,check-manifest,eslint,yamllint
+envlist = py38-pyqt515-cov,mypy,misc,vulture,flake8,pylint,pyroma,check-manifest,eslint,yamllint,actionlint
distshare = {toxworkdir}
skipsdist = true
minversion = 3.15
@@ -193,6 +193,13 @@ deps = -r{toxinidir}/misc/requirements/requirements-yamllint.txt
commands =
{envpython} -m yamllint -f colored --strict . {posargs}
+[testenv:actionlint]
+basepython = python3
+deps =
+whitelist_externals = actionlint
+commands =
+ actionlint
+
[testenv:mypy-diff]
basepython = {env:PYTHON:python3}
passenv = {[testenv:mypy]passenv}