Skip to content

Add --check argument for CI #260

Add --check argument for CI

Add --check argument for CI #260

Workflow file for this run

name: Pyanalyze
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: python -m pip install -e .[pyanalyze]
- name: Run
run: PYTHONPATH=. python -m pyanalyze --config-file pyproject.toml stubdefaulter/