Skip to content

Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 #72

Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0

Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 #72

Workflow file for this run

name: CI
on: [pull_request, push]
jobs:
mypy:
name: Mypy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install libgirepository
run: sudo apt install -y libgirepository1.0-dev
- name: Install dependencies
uses: py-actions/py-dependency-install@v4
with:
path: requirements.txt
- name: Run mypy
run: mypy