Skip to content

Fixed the recipe gcp_logging_ts and processor gcp_logging_timesketch #963

Fixed the recipe gcp_logging_ts and processor gcp_logging_timesketch

Fixed the recipe gcp_logging_ts and processor gcp_logging_timesketch #963

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