Skip to content

Build the project

Build the project #1

Workflow file for this run

name: Build
run-name: Build the project
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: lake build