Skip to content

Commit

Permalink
[WIP] Create CI
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 authored Dec 10, 2023
1 parent c6c4bf5 commit 354d823
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: build-all
on: [push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Install nixci
uses: yaxitech/nix-install-pkgs-action@v3
with:
packages: "nixpkgs#nixci"
- name: Run nixci
run: nixci

0 comments on commit 354d823

Please sign in to comment.