Skip to content

Dependabot(deps): Bump nixpkgs from b12141e to 1c3fe55 #361

Dependabot(deps): Bump nixpkgs from b12141e to 1c3fe55

Dependabot(deps): Bump nixpkgs from b12141e to 1c3fe55 #361

name: "Check Formatting"
on:
pull_request:
push:
branches:
- main
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- name: Checking out the repository
uses: actions/checkout@v6.0.2
- name: Setup
uses: ./.github/actions/common-setup
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
- name: Check formatting
shell: bash
run: |
nix fmt -- --fail-on-change