pull/388/head
Wyatt Stanke 11 months ago
parent 729a3be266
commit 1a5aed51cd
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -3,16 +3,17 @@
name: Presubmit checks name: Presubmit checks
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
pytype3_10: # Disabled until google/pytype/issues/151 is resolved
name: pytype 3.10 # pytype3_10:
runs-on: ubuntu-latest # name: pytype 3.10
steps: # runs-on: ubuntu-latest
- uses: actions/checkout@v4 # steps:
- uses: ./.github/library/setup # - uses: actions/checkout@v4
- name: Install pytype # - uses: ./.github/library/setup
run: pip install -q pytype # - name: Install pytype
- name: Run pytype # run: pip install -q pytype
run: pytype . # - name: Run pytype
# run: pytype ./swarms
format: format:
name: Check format with black name: Check format with black
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save