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