Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Aug 30, 2023
1 parent b93a612 commit 25484a0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
pull_request:
jobs:
checks:
linux-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -15,3 +15,13 @@ jobs:
with:
packages: "nixpkgs#nixci"
- run: nixci
macos-ci:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: yaxitech/nix-install-pkgs-action@v3
with:
packages: "nixpkgs#nixci"
- run: nixci

0 comments on commit 25484a0

Please sign in to comment.