Skip to content

Create GitHub Actions worflow for Elixir #1

Create GitHub Actions worflow for Elixir

Create GitHub Actions worflow for Elixir #1

Triggered via pull request June 10, 2024 10:40
Status Success
Total duration 37s
Artifacts

elixir.yml

on: pull_request
Build and test
27s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Build and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Build and test
use Bitwise is deprecated. import Bitwise instead
Build and test
unused alias SourceFile
Build and test
Regex.regex?/1 is deprecated. Use Kernel.is_struct/2 or pattern match on %Regex{} instead