projectfluent / fluent-rs

Rust implementation of Project Fluent
https://projectfluent.org
Apache License 2.0
1.04k stars 96 forks source link

Fix syntax error in CI run #357

Closed alerque closed 1 month ago

alerque commented 1 month ago

Follow up to #342 which didn't surface the error because actions don't run in PRs until they have been merged to the default branch

waywardmonkeys commented 1 month ago

BTW, setting up to use the merge queue would have prevented that.

alerque commented 1 month ago

@waywardmonkeys Yes, unfortunately I don't have access to all the repo settings and in particular the branch protection or CI requirements for PRs. I have in mind we probably should ask for it at some point, bit I also thought it might be best to roll with what we have for a little bit so folks can see we're making a good faith effort and are not on a path to making a bungling mess of things.