Skip to content

Update README.md to precise that software is available in latest stable channel (23.11 as of today) #193

Update README.md to precise that software is available in latest stable channel (23.11 as of today)

Update README.md to precise that software is available in latest stable channel (23.11 as of today) #193

Workflow file for this run

name: Nix formatter checks
on:
pull_request:
push:
branches:
- master
- staging # for bors
- trying # for bors
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v25
- name: Run nix formatter tool
run: nix fmt -- --fail-on-change