Skip to content

Bump actions/checkout from 6 to 7 #114

Bump actions/checkout from 6 to 7

Bump actions/checkout from 6 to 7 #114

Workflow file for this run

name: build-project
on: push
#
jobs:
build-package:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v7
- name: install nix
uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v17
with:
name: opensource
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build --accept-flake-config
build-dev-shell:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v7
- name: install nix
uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v17
with:
name: opensource
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#devShells.x86_64-linux.default --accept-flake-config