Skip to content

feat: UTRP-11: Add CI/CD workflow to build, tag, and create release #1

feat: UTRP-11: Add CI/CD workflow to build, tag, and create release

feat: UTRP-11: Add CI/CD workflow to build, tag, and create release #1

Workflow file for this run

name: Release
on:
pull_request:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
nix-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check