Skip to content

Commit

Permalink
Add GitHub Actions CI to freight
Browse files Browse the repository at this point in the history
  • Loading branch information
mgattozzi committed Jul 23, 2023
1 parent 2642355 commit 743512e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
@@ -0,0 +1,14 @@
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: "Setup environment"
uses: JRMurr/direnv-nix-action@v4.1.0

- name: "Build and run Freight"
run: "just run"
shell: bash

0 comments on commit 743512e

Please sign in to comment.