From 7561fb8761d614070ea03a18c41f67cc998a79f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= <michal@cihar.com>
Date: Fri, 10 Jan 2025 15:07:27 +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 | 10 ++++++++++
 1 file changed, 10 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..f582e54
--- /dev/null
+++ b/.github/workflows/pre-commit.yml
@@ -0,0 +1,10 @@
+name: pre-commit check
+
+on:
+  push:
+  pull_request:
+
+jobs:
+  pre-commit:
+    uses: python-social-auth/social-core/.github/workflows/pre-commit-shared.yml@master
+    if: github.repository == 'python-social-auth/social-core'