Skip to content

Commit

Permalink
GHA Setup: Trying to fix unknown option warnings-as-errors in older…
Browse files Browse the repository at this point in the history
… versions

RELEASE.md updated for last 3  PRS
  • Loading branch information
RobertDober committed Jul 2, 2024
1 parent b93955f commit 5f2f7f5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,21 @@ jobs:
env:
CC: gcc-10
CXX: g++-10
- run: mix compile
unless: matrix.warnings_as_errors
env:
CC: gcc-10
CXX: g++-10
- run: mix test --warnings-as-errors
if: matrix.warnings_as_errors
env:
CC: gcc-10
CXX: g++-10
- run: mix test
unless: matrix.warnings_as_errors
env:
CC: gcc-10
CXX: g++-10

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
Expand Down
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@

## [EarmarkParser](https://hex.pm/packages/earmark_parser) 1.4.41 2024-

- [Fixed GHA to catch warnings in tests](https://github.com/RobertDober/earmark_parser/pull/153)
Kudos to [Kian-Meng Ang](https://github.com/kianmeng)

- [Fixed warnings in tests](https://github.com/RobertDober/earmark_parser/pull/152)
Kudos to [Kian-Meng Ang](https://github.com/kianmeng)

- [Fortunately there are folks who can spell **and** type](https://github.com/RobertDober/earmark_parser/pull/151)
Kudos to [Kian-Meng Ang](https://github.com/kianmeng)

## [EarmarkParser](https://hex.pm/packages/earmark_parser) 1.4.40 2024-07-02

- **Gladly** following [`ex_doc`](https://github.com/elixir-lang/ex_doc/blob/main/mix.exs) to drop support for
Expand Down

0 comments on commit 5f2f7f5

Please sign in to comment.