[Backport nixos-25.11] modules/files: ensure derivation is recognized as vim plugin #969
Workflow file for this run
This file contains hidden or 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: lint | |
| on: | |
| pull_request: | |
| paths-ignore: | |
| - "**.md" | |
| - "**.svg" | |
| - ".gitignore" | |
| - "LICENSE" | |
| - "flake.lock" | |
| defaults: | |
| run: | |
| shell: bash | |
| jobs: | |
| treefmt: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v5 | |
| - name: Install Nix | |
| uses: cachix/install-nix-action@v31 | |
| - name: Run treefmt check | |
| run: nix build .#checks.x86_64-linux.treefmt --accept-flake-config |