Skip to content

fix: Update runs-on to use ARM64 or X64 (#1351) #3076

fix: Update runs-on to use ARM64 or X64 (#1351)

fix: Update runs-on to use ARM64 or X64 (#1351) #3076

Workflow file for this run

name: Python Linting
on:
pull_request:
paths-ignore:
- "api/r/**"
push:
branches: [main]
env:
CELLXGENE_CENSUS_USERAGENT: "CZI-test"
jobs:
pre_commit_checks:
name: pre-commit checks
runs-on: [X64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: check backend
uses: pre-commit/[email protected]