Skip to content

ci: Remove PR-IS-WIP because it's broken #166

ci: Remove PR-IS-WIP because it's broken

ci: Remove PR-IS-WIP because it's broken #166

Triggered via pull request September 25, 2023 13:34
Status Success
Total duration 5m 12s
Artifacts

elixir_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Checks: deps/neotomex/mix.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Checks
Dbg.clear/0 is undefined (module Dbg is not available or is yet to be defined)
Checks
Dbg.local_call/1 is undefined (module Dbg is not available or is yet to be defined)
Checks
Dbg.trace/2 is undefined (module Dbg is not available or is yet to be defined)
Checks: deps/neotomex/mix.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Checks
Dbg.clear/0 is undefined (module Dbg is not available or is yet to be defined)
Checks
Dbg.local_call/1 is undefined (module Dbg is not available or is yet to be defined)
Checks
Dbg.trace/2 is undefined (module Dbg is not available or is yet to be defined)
Checks
System.get_pid/0 is deprecated. Use System.pid/0 instead
Checks: test/support/js_parser.ex#L17
variable "e" is unused (if the variable is not meant to be used, prefix it with an underscore)