v-community / v_by_example

Learn V by Example

Home Page:https://v-community.gitbook.io/v-by-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How Typo CI actually works

dhonx opened this issue Β· comments

Notice that Typo CI check every commit... not every PR
so we need to work directly on base repo instead of the forked repo to get the advantage of Typo CI
OMG ... why did I just realize this ??? πŸ˜„

@MikeRogers0 tagging you in this post to discuss this potential issue with Don. Thanks!

Happy to help sort this for you :)

https://github.com/v-community/v_by_example/pull/73/checks - I'm looking at this one to figure out why it didn't kick it :) It might take me a until the weekend to sort, I'm slammed pretty hard at work right now :)

@MikeRogers0 Thank you, man ... Typo CI really helped us to check typo ... I was confused about why this didn't work. I think maybe in typo-ci.yml or something ... I just realized it when @vbrazo works directly in the repo base ... and I'm surprised .. how come this one works ??

It's fine if you're busy... don't overexert yourself because of this. If you have free time try to fix it. And I hope as soon as possible. ✌️ πŸ‘

@MikeRogers0 I think Typo CI should also ignore V keywords by default. This repository has the keywords. Check them out.

@vbrazo I'll add them in :)

Edit: Done :)

Just a heads up, I've pushed an update to Typo CI that should solve issue of PRs from forked repos not being checked :)

I really appreciate your help with this one, if we ever cross paths I'll happily buy you all a beverage of your choosing :)

Your welcome man... actually we help each other though. Very glad it now works. I hope we will meet each other someday 😊

See #79. Thank you so much @MikeRogers0 πŸ‘ πŸ‘Œ