diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index dd6b076d..44ed0cd4 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -3,9 +3,9 @@ on: # Only the default branch is supported. branch_protection_rule: schedule: - - cron: '33 22 * * 2' + - cron: "33 22 * * 2" push: - branches: [ "main" ] + branches: ["main"] # Declare default permissions as read only. permissions: read-all diff --git a/README.md b/README.md index cb708cdf..d48f4cf5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,25 @@ -# starlite-saqlalchemy - - - -![PyPI - License](https://img.shields.io/pypi/l/starlite-saqlalchemy?color=blue) -![PyPI - Python Version](https://img.shields.io/pypi/pyversions/starlite-saqlalchemy) -[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/topsport-com-au/starlite-saqlalchemy/main.svg)](https://results.pre-commit.ci/latest/github/topsport-com-au/starlite-saqlalchemy/main) +
+ +
+ + Configuration for a [Starlite](https://github.com/starlite-api/starlite) application that features: