graphql / dataloader

DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
MIT License
12.89k stars 515 forks source link

Adding workflow #255

Closed gagoar closed 2 years ago

gagoar commented 3 years ago

Description

This PR provides a workflow for running lint, flow check, and tests + upload coverage.

also:

afaik the workflow doesn't run for the current repo configuration, so I've created the same PR on my branch to show that it runs correctly,

saihaj commented 2 years ago

Sorry for so much delay @gagoar and thanks for great work ❤️ !