Revert "fix: remove loophp/php-src-nix
for now on"
#310
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: Nix formatter checks | |
on: | |
pull_request: | |
push: | |
paths: | |
- "**.nix" | |
jobs: | |
lockfile: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Install Nix | |
uses: DeterminateSystems/nix-installer-action@main | |
- name: Run nix formatter tool | |
run: nix fmt . -- --check |