Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 24, 2025
1 parent 164fbb6 commit da4b3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

Finds all `*.py` code in your repo and lints it.

[![PyLint](https://github.com/HariSekhon/GitHub-Actions/actions/workflows/pylint.yaml/badge.svg)](https://github.com/HariSekhon/GitHub-Actions/actions/workflows/pylint.yaml)
[![PyLint](https://github.com/HariSekhon/pylib/actions/workflows/pylint.yaml/badge.svg)](https://github.com/HariSekhon/GitHub-Actions/actions/workflows/pylint.yaml)

Copy this into `.github/workflows/pylint.yaml`:

Expand All @@ -154,7 +154,7 @@ jobs:

Finds all `*.py` code in your repo and lints it.

[![Flake8](https://github.com/HariSekhon/GitHub-Actions/actions/workflows/flake8.yaml/badge.svg)](https://github.com/HariSekhon/GitHub-Actions/actions/workflows/flake8.yaml)
[![Flake8](https://github.com/HariSekhon/pylib/actions/workflows/flake8.yaml/badge.svg)](https://github.com/HariSekhon/GitHub-Actions/actions/workflows/flake8.yaml)

Copy this into `.github/workflows/flake8.yaml`:

Expand Down

0 comments on commit da4b3d1

Please sign in to comment.