Skip to content

Add GitHub Actions and Elixir project #7

Add GitHub Actions and Elixir project

Add GitHub Actions and Elixir project #7

Triggered via pull request December 16, 2023 13:55
Status Success
Total duration 31s
Artifacts

elixir_ci.yml

on: pull_request
Matrix: Lint and Test
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Lint and Test (26.1, 1.15.7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint and Test (26.1, 1.15.7)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
Lint and Test (26.1, 1.15.7)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead