Skip to content

Return explicit result when updating an unmanaged tool by selector #44

Return explicit result when updating an unmanaged tool by selector

Return explicit result when updating an unmanaged tool by selector #44

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
verify:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.26"
- name: Run verification suite
run: make verify