Skip to content

Commit

Permalink
Create erlang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone authored Feb 27, 2024
1 parent c2aabdb commit 7972f1e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Erlang CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

permissions:
contents: read

jobs:

build:

runs-on: ubuntu-latest

container:
image: erlang:26

steps:
- uses: actions/checkout@v3
- name: Run tests
run: make eunit && make cover

0 comments on commit 7972f1e

Please sign in to comment.