Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wmealing authored Oct 29, 2023
1 parent 32f7515 commit 8984bfd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: rebar-testing

on:
push:
branches: [ main ]

pull_request:
branches: [ main ]

jobs:

build:
name: Build and run on OTP-26 and latest LFE.
runs-on: ubuntu-latest

container:
image: erlang:26

steps:
- uses: actions/checkout@v4
- name: Check rebar3 Version
run: DEBUG=1 rebar3 --version
- name: Compile
run: rebar3 lfe compile

0 comments on commit 8984bfd

Please sign in to comment.