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

[feat] MCP server to create TILs inside AI tooling #152

[feat] MCP server to create TILs inside AI tooling

[feat] MCP server to create TILs inside AI tooling #152

Triggered via pull request October 30, 2025 16:00
Status Success
Total duration 3m 50s
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.19.0, 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.19.0, 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.19.0, 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.19.0, 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.19.0, 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.19.0, 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.19.0, 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.19.0, 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