Skip to content

chore(deps): Bump nh3 from 0.2.22 to 0.3.3 in /experimenter (#14933) #265

chore(deps): Bump nh3 from 0.2.22 to 0.3.3 in /experimenter (#14933)

chore(deps): Bump nh3 from 0.2.22 to 0.3.3 in /experimenter (#14933) #265

Workflow file for this run

name: Cirrus Check
on:
push:
branches:
- main
paths:
- "cirrus/**"
- "application-services/**"
- ".github/workflows/check-cirrus.yml"
pull_request:
paths:
- "cirrus/**"
- "application-services/**"
- ".github/workflows/check-cirrus.yml"
merge_group:
types: [checks_requested]
jobs:
check:
strategy:
fail-fast: false
matrix:
include:
- arch: x86_64
runner: ubuntu-24.04
- arch: aarch64
runner: ubuntu-24.04-arm
name: "${{ matrix.arch }}"
runs-on: ${{ matrix.runner }}
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-cached-build
with:
arch: ${{ matrix.arch }}
gcp-project-number: ${{ vars.GCPV2_WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
- name: Run Cirrus tests and linting
run: |
cp .env.sample .env
make cirrus_check