This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
feat(gnome): manage extensions using hm dconf module #340
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
--- | |
name: ci | |
on: | |
push: | |
branches: [ main ] | |
paths-ignore: [ "README.md", "LICENSE"] | |
pull_request: | |
branches: [ main ] | |
paths-ignore: [ "README.md", "LICENSE"] | |
jobs: | |
format: | |
name: check formatting | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: "install nix ❄️" | |
uses: cachix/install-nix-action@7ac1ec25491415c381d9b62f0657c7a028df52a7 # v24 | |
- name: "check formatting" | |
run: "nix develop -c nixpkgs-fmt --check ." |