Skip to content

Commit 8c2a5fd

Browse files
committed
ci: add erlang-ci workflow
1 parent 12f462c commit 8c2a5fd

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
permissions:
10+
contents: read
11+
12+
jobs:
13+
ci:
14+
uses: Taure/erlang-ci/.github/workflows/erlang-ci.yml@v1

0 commit comments

Comments
 (0)