Skip to content

chore: bump indent-bars #328

chore: bump indent-bars

chore: bump indent-bars #328

Workflow file for this run

name: nix flake check
on:
push:
pull_request:
jobs:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v1
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run `nix flake check`
run: nix flake check