Skip to content

Commit

Permalink
initial ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DolceTriade committed Jan 2, 2024
1 parent a34873a commit 7dadcc9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: 'CI'

"on": push

permissions:
contents: write
id-token: write


concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true

jobs:
ci:
runs-on: ["ubuntu-latest"]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: HatsuneMiku3939/direnv-action@v1
- run: bazel test //...

0 comments on commit 7dadcc9

Please sign in to comment.