Skip to content

Add Linux arm64 CI, pin GitHub Actions to hashes #207

Add Linux arm64 CI, pin GitHub Actions to hashes

Add Linux arm64 CI, pin GitHub Actions to hashes #207

Workflow file for this run

name: Style and package checks
on:
pull_request:
branches:
- master
push:
branches:
- master
workflow_dispatch:
env:
PIP_DISABLE_PIP_VERSION_CHECK: "1"
FORCE_COLOR: "3"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
check:
name: ${{ matrix.env }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
session:
# - lint
- validate-package
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
- uses: yezz123/setup-uv@ab6be5a42627f19dc36e57b548592a5e52cece4a # v4.1
- name: Run ${{ matrix.env }}
run: uvx nox -s ${{ matrix.env }}