Merge pull request #208 from nix-community/pkgs/opencomposite-vendore… #72
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]> | |
# | |
# SPDX-License-Identifier: MIT | |
name: Nix Format Check | |
on: [push, pull_request] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@main | |
- uses: DeterminateSystems/magic-nix-cache-action@main | |
- name: Check formatting | |
run: | | |
nix fmt -- --check |