change job name

This commit is contained in:
Osman Faruk Bayram 2024-12-07 16:53:41 +03:00
parent 8b211fa373
commit cd91077c86

View file

@ -23,7 +23,7 @@ jobs:
- run: nix flake check --accept-flake-config
# Pre-build the system configuration
- run: nix build --accept-flake-config --dry-run .#nixosConfigurations.${{ matrix.target-system }}.config.system.build.toplevel
build:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2