Skip to content

New GC Recipe gcp_logging_l2t_ts #956

New GC Recipe gcp_logging_l2t_ts

New GC Recipe gcp_logging_l2t_ts #956

Workflow file for this run

name: pytype checks
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
pytype:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Run pytype on dftimewolf and tests
run: |
poetry run pytype --config pytype.conf