Arthur Denner
Arthur Denner

Arthur Denner

Follow
homebadgesnewsletter
Tag

automation

#automation

More content

Read more stories on Hashnode


Articles with this tag

Run checks for Flutter projects with GitLab CI

May 8, 20204 min read

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...

Run checks for Flutter projects with GitLab CI

Run checks for Flutter projects with GitHub Actions

Apr 18, 20203 min read

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...

Run checks for Flutter projects with GitHub Actions

Git hooks in Flutter projects with Lefthook

Apr 10, 20202 min read

I'm using Flutter for mobile development and, coming from the JavaScript world, I'm used to having Git hooks running checks before a commit or a push...

Git hooks in Flutter projects with Lefthook