Skip to content

experience: small adjustments to all experiences #30

experience: small adjustments to all experiences

experience: small adjustments to all experiences #30

Workflow file for this run

name: Run flake checks
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- master
permissions:
contents: read
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Flake check
run: nix flake check