Remove code formatting checks from both workflows

Co-authored-by: squassina <8495707+squassina@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-18 14:55:34 +00:00
parent 8de9685457
commit b1438b7e71
3 changed files with 15 additions and 55 deletions

View file

@ -46,17 +46,6 @@ jobs:
extra_nix_config: |
experimental-features = nix-command flakes
- name: Check Nix flake
run: |
echo "Running nix flake check..."
nix flake check --print-build-logs
- name: Check Nix formatting with alejandra
run: |
echo "Checking Nix code formatting..."
nix fmt -- --check .
echo "✅ Nix formatting check passed!"
- name: Build project with Nix
run: |
nix build --print-build-logs