Skip to content

Commit

Permalink
Add build.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Aug 23, 2024
1 parent a783db2 commit 4914a8a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build

on:
push:
branches: main
pull_request:
branches: main

jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
env:
# allow opam depext to yes package manager prompts
OPAMCONFIRMLEVEL: unsafe-yes
steps:
- name: Checkout
uses: actions/checkout@v4

0 comments on commit 4914a8a

Please sign in to comment.