From 0748b8fa01a8112dcf8dd0af94ce5fc2e4188938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 10 Jan 2025 15:14:03 +0100 Subject: [PATCH] chore: update shared files Automated update of shared files from the social-core repository, see https://github.com/python-social-auth/.github/blob/main/repo-sync.py --- .github/workflows/pre-commit.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/pre-commit.yml diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml new file mode 100644 index 0000000..a3ceb77 --- /dev/null +++ b/.github/workflows/pre-commit.yml @@ -0,0 +1,9 @@ +name: pre-commit check + +on: + push: + pull_request: + +jobs: + pre-commit: + uses: python-social-auth/social-core/.github/workflows/pre-commit-shared.yml@master