aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStone Tickle <lattis@mochiro.moe>2022-01-31 09:53:28 -0600
committerDaniel Mensinger <daniel@mensinger-ka.de>2022-01-31 18:40:40 +0100
commit577842912266b61f7cdfa569d9ea99d0b0fa3b01 (patch)
treef2c0ba3386e898397823965936c4a7fcce9dc33c /.github
parentbd1c464f591d26340f96183ee6f402652e4c38b5 (diff)
downloadmeson-577842912266b61f7cdfa569d9ea99d0b0fa3b01.zip
meson-577842912266b61f7cdfa569d9ea99d0b0fa3b01.tar.gz
meson-577842912266b61f7cdfa569d9ea99d0b0fa3b01.tar.bz2
add types-PyYAML to lint workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index cdfed11..ee4b1db 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -42,5 +42,5 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- - run: python -m pip install mypy
+ - run: python -m pip install mypy types-PyYAML
- run: python run_mypy.py