From fbb4d78dec04a946cd2babab3165eb30d6c28573 Mon Sep 17 00:00:00 2001 From: iamtodor Date: Sat, 3 Dec 2022 13:55:58 +0100 Subject: [PATCH 1/2] Update README.md added blog post about this plugin's configuration and usage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5893054..6b2ecbb 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ don't allow this because they don't work on a level of individual jobs or steps. - [sentry.io](https://sentry.io/) - [backend.yml](https://github.com/getsentry/sentry/blob/2ebe01feab863d89aa7564e6d243b6d80c230ddc/.github/workflows/backend.yml#L36) - [GoogleChrome/web.dev](https://web.dev/) - [lint-workflow.yml](https://github.com/GoogleChrome/web.dev/blob/3a57b721e7df6fc52172f676ca68d16153bda6a3/.github/workflows/lint-workflow.yml#L26) +- [blog post Configuring python linting to be part of CI/CD using GitHub actions](https://dev.to/freshbooks/configuring-python-linting-to-be-part-of-cicd-using-github-actions-1731#what-files-does-it-run-against) ## Supported workflows From fc3b4e8a61831c66fb455ef3a09306c3174b9a54 Mon Sep 17 00:00:00 2001 From: iamtodor Date: Sat, 3 Dec 2022 13:03:55 +0000 Subject: [PATCH 2/2] added py_linter.yaml link to demo repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b2ecbb..6825eb1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ don't allow this because they don't work on a level of individual jobs or steps. - [sentry.io](https://sentry.io/) - [backend.yml](https://github.com/getsentry/sentry/blob/2ebe01feab863d89aa7564e6d243b6d80c230ddc/.github/workflows/backend.yml#L36) - [GoogleChrome/web.dev](https://web.dev/) - [lint-workflow.yml](https://github.com/GoogleChrome/web.dev/blob/3a57b721e7df6fc52172f676ca68d16153bda6a3/.github/workflows/lint-workflow.yml#L26) -- [blog post Configuring python linting to be part of CI/CD using GitHub actions](https://dev.to/freshbooks/configuring-python-linting-to-be-part-of-cicd-using-github-actions-1731#what-files-does-it-run-against) +- [blog post Configuring python linting to be part of CI/CD using GitHub actions](https://dev.to/freshbooks/configuring-python-linting-to-be-part-of-cicd-using-github-actions-1731#what-files-does-it-run-against) - [py_linter.yml](https://github.com/iamtodor/demo-github-actions-python-linter-configuration/blob/main/.github/workflows/py_linter.yml#L31) ## Supported workflows