Skip to content

add rust-crane template #1

add rust-crane template

add rust-crane template #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
- dev
concurrency:
group: deploy
cancel-in-progress: false
jobs:
check:
name: Check
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Nix Flake check
run: nix flake check --all-systems --no-build