WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Allow developer to delete their own TIL post #170

Allow developer to delete their own TIL post

Allow developer to delete their own TIL post #170

Re-run triggered October 31, 2025 15:51
Status Success
Total duration 3m 41s
Artifacts

ci.yml

on: pull_request
Matrix: Build
Matrix: Code Linting
Matrix: Testing
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Code Linting (1.18.4, 28.1)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Testing (1.18.4, 28.1)
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
Testing (1.18.4, 28.1)
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
Testing (1.18.4, 28.1)
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
Testing (1.18.4, 28.1)
using map.field notation (without parentheses) to invoke function TilexWeb.Endpoint.__sockets__() is deprecated, you must add parentheses instead: remote.function()
Testing (1.18.4, 28.1)
using map.field notation (without parentheses) to invoke function Phoenix.Digester.Gzip.file_extensions() is deprecated, you must add parentheses instead: remote.function()
Testing (1.18.4, 28.1)
using map.field notation (without parentheses) to invoke function Phoenix.Digester.Gzip.file_extensions() is deprecated, you must add parentheses instead: remote.function()
Testing (1.18.4, 28.1)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it