Skip to content

style(template): Reformat #13

style(template): Reformat

style(template): Reformat #13

name: Check template
on:
push:
paths:
- templates/default/**
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
- name: Install just
run: nix profile install nixpkgs#just
- name: Lint justfile
working-directory: templates/default
run: just -l