Skip to content

Add GitHub Actions CI to freight #1

Add GitHub Actions CI to freight

Add GitHub Actions CI to freight #1

Workflow file for this run

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