Skip to content

Backend/feature/google oauth login #426

Backend/feature/google oauth login

Backend/feature/google oauth login #426

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