Skip to content

Merge pull request #81 from Zncl2222/backend/refactor/google_oauth #475

Merge pull request #81 from Zncl2222/backend/refactor/google_oauth

Merge pull request #81 from Zncl2222/backend/refactor/google_oauth #475

Workflow file for this run

name: pre-commit
on: [push, pull_request]
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.x"
- name: Checkout
uses: actions/checkout@v3
- uses: pre-commit/action@v3.0.0