Skip to content

Bump actions/checkout from 3.5.3 to 3.6.0 #54

Bump actions/checkout from 3.5.3 to 3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0 #54

Workflow file for this run

name: "build"
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/[email protected]
- name: install Nix
uses: cachix/install-nix-action@v21
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: check flake
run: nix flake check --print-build-logs
- name: build flake
run: nix build --print-build-logs