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

chore: Update repository of this package #1

chore: Update repository of this package

chore: Update repository of this package #1

Workflow file for this run

name: "nix-test"
on:
pull_request:
push:
branches: [master]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
jobs:
check-flakes:
strategy:
matrix:
os: [ubuntu-24.04, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix build .
- run: nix flake check
check-docker-x86-64:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix build .#docker