Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always go bleeding edge #3

Merged
merged 3 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
williamthome marked this conversation as resolved.
Show resolved Hide resolved
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
paulo-ferraz-oliveira marked this conversation as resolved.
Show resolved Hide resolved

This file was deleted.

Loading