Skip to content

monado: 4f3c9bb2fe2427600f4915eab99d1a72bc15d67f → f27c02876f8156c16f… #124

monado: 4f3c9bb2fe2427600f4915eab99d1a72bc15d67f → f27c02876f8156c16f…

monado: 4f3c9bb2fe2427600f4915eab99d1a72bc15d67f → f27c02876f8156c16f… #124

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>
#
# SPDX-License-Identifier: MIT
name: Nix Format Check
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check formatting
run: |
nix fmt -- --ci