Skip to content

test(formatting): mark ranges and render formatted source #5523

test(formatting): mark ranges and render formatted source

test(formatting): mark ranges and render formatted source #5523

Workflow file for this run

name: Nix
on:
pull_request:
push:
branches:
- master
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v7
with:
submodules: true
- name: nix
uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop .#check --command make nix-tests
fmt:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v7
with:
submodules: true
- name: nix
uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop .#fmt --command make nix-fmt