Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Lee committed Mar 5, 2024
1 parent 16ab631 commit 8fee4d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pylint-github-readme.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Pylint
name: Pylint and add score to README.md

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Pylint and add score to README.md
uses: Silleellie/pylint-github-action@v2
- uses: Silleellie/pylint-github-action@v2
with:
# Path of the package(s) or python file(s) to lint, relative to the repository root.
# If more than one package (or python file) should be linted, simply specify all of them
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[![Quality Gate Status](http://demo.macu.la:9100/api/project_badges/measure?project=dennislee_fastapi-jwt-auth-template_AY2Lv5OtxZ-YnpXIgl9d&metric=alert_status&token=sqb_10945b7cbab8908ee5a389cc23ec8f0808701a77)](http://demo.macu.la:9100/dashboard?id=dennislee_fastapi-jwt-auth-template_AY2Lv5OtxZ-YnpXIgl9d) [![Coverage](http://demo.macu.la:9100/api/project_badges/measure?project=dennislee_fastapi-jwt-auth-template_AY2Lv5OtxZ-YnpXIgl9d&metric=coverage&token=sqb_10945b7cbab8908ee5a389cc23ec8f0808701a77)](http://demo.macu.la:9100/dashboard?id=dennislee_fastapi-jwt-auth-template_AY2Lv5OtxZ-YnpXIgl9d) ![pylint]() [![Python Versions](https://img.shields.io/badge/python-3.8%20|%203.9%20|%203.10%20|%203.11-blue.svg)](https://www.python.org)

# FastAPI JWT Authentication Template
[![Python >=3.8](https://img.shields.io/badge/python->=3.8-blue.svg)](https://www.python.org) ![pylint](https://img.shields.io/badge/PyLint-7.70-orange?logo=python&logoColor=white)
[![Quality Gate Status](http://demo.macu.la:9100/api/project_badges/measure?project=dennislee_fastapi-jwt-auth-template_AY2Lv5OtxZ-YnpXIgl9d&metric=alert_status&token=sqb_10945b7cbab8908ee5a389cc23ec8f0808701a77)](http://demo.macu.la:9100/dashboard?id=dennislee_fastapi-jwt-auth-template_AY2Lv5OtxZ-YnpXIgl9d)
[![Coverage](http://demo.macu.la:9100/api/project_badges/measure?project=dennislee_fastapi-jwt-auth-template_AY2Lv5OtxZ-YnpXIgl9d&metric=coverage&token=sqb_10945b7cbab8908ee5a389cc23ec8f0808701a77)](http://demo.macu.la:9100/dashboard?id=dennislee_fastapi-jwt-auth-template_AY2Lv5OtxZ-YnpXIgl9d)

## Getting Started

### Installing

## Usage

0 comments on commit 8fee4d2

Please sign in to comment.