Skip to content

Commit

Permalink
Always go bleeding edge
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jun 26, 2024
1 parent 84cbecc commit 12fb119
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 26 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ jobs:
- name: Continuous Integration
run: |
rebar3 as test ci
- name: Check if build left artifacts
run: git diff --exit-code
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ _build
doc/
erl_crash.dump
rebar3.crashdump
rebar.lock
2 changes: 0 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

{alias, [
{ci, [
{unlock, "--all"},
{upgrade, "--all"},
lint,
{do, "default as test xref"},
{do, "default as test dialyzer"},
Expand Down
24 changes: 0 additions & 24 deletions rebar.lock

This file was deleted.

0 comments on commit 12fb119

Please sign in to comment.