Setup CompatHelper for subdir in the Github Actions

Hello Julia Community! I am new to Julia and DevOps.

I want to setup CompatHelper for the original repo Bloqade.jl which checks top dir for Project.toml and also the sub directories inside lib/*/.

For the above task, I followed JuliaRegisteries article and added CompatHelper.yml file mentioning all subdirs and top dir to .github dir in my forked repo.

But still there is error and not able to pass the Github Actions.

Can someone give any hints?