Skip to content

Install and configure _Hardline_ plugin. #37

Install and configure _Hardline_ plugin.

Install and configure _Hardline_ plugin. #37

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