Skip to content

Document themes conflict with livebook default theme #167

Document themes conflict with livebook default theme

Document themes conflict with livebook default theme #167

Triggered via push June 27, 2024 08:33
Status Success
Total duration 2m 57s
Artifacts

elixir.yml

on: push
Matrix: Build and test
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
Build and test (1.17.0, 27.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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 (1.17.0, 27.0)
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
Build and test (1.17.0, 27.0)
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
Build and test (1.17.0, 27.0)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-1 has a default step of -1, please write 1..-1//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.15.6, 26.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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 (1.15.6, 26.1)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Build and test (1.16.2, 26.1, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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 (1.16.2, 26.1, true)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Build and test (1.16.2, 26.1, true)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs