Skip to content

fix: Fix typo breaking clojure-lsp configuration #54

fix: Fix typo breaking clojure-lsp configuration

fix: Fix typo breaking clojure-lsp configuration #54

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
flake-checks:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Nix
uses: cachix/install-nix-action@v27
# - name: Install devShell packages
# run: nix develop --command -- true
- name: Run flake checks
run: |
nix flake check