supabase / postgrest-dart

Dart client for PostgREST
https://supabase.com
MIT License
136 stars 38 forks source link

Enforcinng letters per line and lint in Github actions #33

Closed dshukertjr closed 3 years ago

dshukertjr commented 3 years ago

What kind of change does this PR introduce?

Updated Github actions to check letters per line and lint rules.

Related to https://github.com/supabase/supabase-dart/pull/28

What is the current behavior?

Github actions does not check for letters per line and lint

What is the new behavior?

Github actions will check if letters per line for every file is 80 and there are no lint errors

phamhieu commented 3 years ago

lgtm! thanks @dshukertjr