|
|
@ -9,12 +9,10 @@ jobs:
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: ./.github/library/setup
|
|
|
|
- uses: ./.github/library/setup
|
|
|
|
|
|
|
|
- name: Install pytype
|
|
|
|
|
|
|
|
run: pip install -q pytype
|
|
|
|
- name: Run pytype
|
|
|
|
- name: Run pytype
|
|
|
|
run: |
|
|
|
|
run: pytype .
|
|
|
|
python --version
|
|
|
|
|
|
|
|
pip install .[dev]
|
|
|
|
|
|
|
|
pip install -q gspread ipython
|
|
|
|
|
|
|
|
pytype
|
|
|
|
|
|
|
|
format:
|
|
|
|
format:
|
|
|
|
name: Check format with black
|
|
|
|
name: Check format with black
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|