Skip to content

feat(auth): add Google and GitHub OAuth2 social login #48

feat(auth): add Google and GitHub OAuth2 social login

feat(auth): add Google and GitHub OAuth2 social login #48

Workflow file for this run

name: Code Cleanup Audit
on:
pull_request:
schedule:
- cron: "0 1 * * 0"
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 11
- uses: actions/setup-node@v4
with:
node-version: 22
- run: pnpm install --frozen-lockfile
- name: Check unused dependencies
run: npx depcheck
continue-on-error: true