Skip to content

Commit

Permalink
Merge CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuGZ committed Nov 5, 2024
1 parent 289392b commit 1b57f6f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,15 @@ jobs:
- name: "Check installation"
working-directory: ./razer_control_gui
run: ../ci-helpers/check-installation.sh

build-nix:
name: "Build and check Nix"
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build
- run: nix flake check
20 changes: 0 additions & 20 deletions .github/workflows/nix.yml

This file was deleted.

0 comments on commit 1b57f6f

Please sign in to comment.