Skip to content

feat(M7.4): Fully proven. #132

feat(M7.4): Fully proven.

feat(M7.4): Fully proven. #132

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: ['**'] # Run workflows for pull requests to *any* branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v22
- name: Build release
# The `--impure` flag lets the `devShell` read environment variables (e.g. $CI)
run: nix develop --impure --command make