Closed jochenrui closed 3 months ago
I'm facing the exact same issue
@jochenrui I think I figured out the problem, just change defaultBranch to origin/main and add fetch-depth: 0 to checkout action and it will work.
thanks! I'll try it out. Sorry for the late response
Environment information
What happened?
npx biome ci . --changed --no-errors-on-unmatched
gh action file:
Expected result
Biome should scan the frontend subdir of the project and check only the changed files (1 file with a planted error)
Code of Conduct