Skip to content

Bump actions/deploy-pages from 2 to 3 #19

Bump actions/deploy-pages from 2 to 3

Bump actions/deploy-pages from 2 to 3 #19

Workflow file for this run

name: "test"
on:
workflow_dispatch:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v8
- name: Cache Nix store
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Check flake
run: nix flake check --accept-flake-config