diff options
author | Stone Tickle <lattis@mochiro.moe> | 2022-01-31 09:53:28 -0600 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2022-01-31 18:40:40 +0100 |
commit | 577842912266b61f7cdfa569d9ea99d0b0fa3b01 (patch) | |
tree | f2c0ba3386e898397823965936c4a7fcce9dc33c /.github | |
parent | bd1c464f591d26340f96183ee6f402652e4c38b5 (diff) | |
download | meson-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.yml | 2 |
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 |