a-marenkov / gsheets

A Dart library for working with Google Sheets API.
Other
78 stars 31 forks source link

ci: add a GitHub workflow to ensure all test are passing #95

Open alestiago opened 9 months ago

alestiago commented 9 months ago

Description

The repository should have a configured GitHub workflow that runs on Pull Requests before merging into the master branch. This is to automatically ensure that no Pull Requests commits changes that make tests fail.

Further context