Run checks for Flutter projects with GitHub Actions
On a previous post, I demonstrated how to run checks during a git commit with Lefthook.
That workflow is good, however, it's very easy to bypass the checks with the --no-verify flag.
An improvement to that workflow is to run those checks on a pipelin...
arthurdenner.hashnode.dev3 min read