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

  1. Wrong assumption that caches was causing issues while the code was being tested on pull_request_target
  2. Linting is running on pull_request_target and not on pull_request

Solution

  1. Bring caching back
  2. Make it run on pull_request to lint incoming changes.