Skip to content

Bump electron from 26.6.10 to 37.1.0 in /gcs in the npm_and_yarn group across 1 directory #581

Bump electron from 26.6.10 to 37.1.0 in /gcs in the npm_and_yarn group across 1 directory

Bump electron from 26.6.10 to 37.1.0 in /gcs in the npm_and_yarn group across 1 directory #581

name: Python Code Quality
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11'
- run: pip install --upgrade pip
- run: pip install ruff mypy
- name: Run ruff
working-directory: ./radio
run: ruff check .
- name: Run mypy
working-directory: ./radio
run: mypy .