Skip to content

fix(nvim): Conform.nvim for scss #459

fix(nvim): Conform.nvim for scss

fix(nvim): Conform.nvim for scss #459

Workflow file for this run

name: Check Nix flake
on:
pull_request:
push:
branches:
- master
workflow_dispatch: # allow manual trigger
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v8
with:
fail-mode: true
send-statistics: false
- name: Run nix flake check
run: nix flake check