Skip to content

fix(deps): bump github.com/openshift-online/ocm-sdk-go from 0.1.465 to 0.1.468 #87

fix(deps): bump github.com/openshift-online/ocm-sdk-go from 0.1.465 to 0.1.468

fix(deps): bump github.com/openshift-online/ocm-sdk-go from 0.1.465 to 0.1.468 #87

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Red Hat, Inc. <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
name: "Test"
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: make check-flake
- run: nix develop --command make