issues
search
magicblock-labs
/
bolt
High-performance, Composable framework for Fully On Chain Games and Autonomous Worlds
https://book.boltengine.gg
MIT License
31
stars
10
forks
source link
test: running lint on pull request
#101
Closed
notdanilo
closed
3 days ago
notdanilo
commented
3 days ago
Status
Type
⚠️ Core Change
Issue
Ready
Tooling
No
None
Problem
Wrong assumption that caches was causing issues while the code was being tested on pull_request_target
Linting is running on
pull_request_target
and not on
pull_request
Solution
Bring caching back
Make it run on
pull_request
to lint incoming changes.
Problem
pull_request_target
and not onpull_request
Solution
pull_request
to lint incoming changes.