Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Bump prettier from 3.2.2 to 3.2.4 #271

Bump prettier from 3.2.2 to 3.2.4

Bump prettier from 3.2.2 to 3.2.4 #271

Workflow file for this run

name: Validate 'setup-bazelisk'
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
setup-versions:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
bazelisk: [1.7.4, 1.6, 1]
bazel: [4.0.0, 3.7.2, 3.5.0, 5.1.0]
steps:
- uses: actions/checkout@v4
- name: setup-bazelisk ${{ matrix.bazelisk }}
uses: ./
with:
bazelisk-version: ${{ matrix.bazelisk }}
- name: verify bazelisk
run: __tests__/verify-bazelisk.sh ${{ matrix.bazelisk }}
shell: bash
env:
USE_BAZEL_VERSION: ${{ matrix.bazel }}