Skip to content

Commit

Permalink
ci: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Mar 28, 2024
1 parent f7c1fcc commit eec8b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-nixos-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check NixOS config
name: Checks

on: [push, pull_request]

Expand All @@ -13,6 +13,6 @@ jobs:
with:
extra_nix_config: |
experimental-features = nix-command flakes
- name: Build NixOS Configurations
- name: Run `just ci`
run: |
nix develop .#ci --command sh -c "just ci"

0 comments on commit eec8b1e

Please sign in to comment.