Skip to content

chore(ci): bump EmbarkStudios/cargo-deny-action from 1.5.4 to 1.5.5 #505

chore(ci): bump EmbarkStudios/cargo-deny-action from 1.5.4 to 1.5.5

chore(ci): bump EmbarkStudios/cargo-deny-action from 1.5.4 to 1.5.5 #505

Workflow file for this run

name: "Nix Shell Build"
on:
pull_request:
branches: ["main", "nix"]
push:
branches: ["main", "nix"]
permissions:
contents: read
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
submodules: true
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: rrbutani/use-nix-shell-action@59a52b2b9bbfe3cc0e7deb8f9059abe37a439edf # v1.1.0
with:
file: shell.nix
- name: Build
run: just build