Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
varnerac committed Mar 10, 2021
1 parent dd2ceb9 commit 8329b39
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Checks for a PR

on:
pull_request:
branches:
- master

jobs:
test:
runs-on: ubuntu-latest
container:
image: erlang:23-slim
steps:
- run: chmod u+x rebar3
- run: ./rebar3 do upgrade, compile, xref, eunit, ct

0 comments on commit 8329b39

Please sign in to comment.