aio-libs / create-aio-app

The boilerplate for aiohttp. Quick setup for your asynchronous web service.
https://create-aio-app.readthedocs.io/
MIT License
307 stars 87 forks source link

Adds a GitHub Actions CI configuration for testing and linting #316

Closed kw9212 closed 1 year ago

kw9212 commented 1 year ago

Worked by: KeunWoo Song

What do these changes do?

Are there changes in behavior for the user?

These changes will not impact the end users directly, but they improve the project's development workflow by automating testing and linting tasks through GitHub Actions.

Related issue number

#90

Checklist

90.feature: Add GitHub Actions CI configuration for testing and linting

90.feature: Update dependencies in setup.cfg and requirements-dev.txt.

Arfey commented 1 year ago

thank you so much 🙏