Skip to content

feat: oauth 실습 완료 #13

feat: oauth 실습 완료

feat: oauth 실습 완료 #13

Workflow file for this run

# name: lint
# on:
# workflow_run:
# workflows: [build]
# types: [completed]
# jobs:
# lint:
# runs-on: ubuntu-latest
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
# steps:
# - name: Checkout 🛎️
# uses: actions/checkout@v3
# - name: Setup Node.js ⚙️ - Cache dependencies ⚡ - Install dependencies 🔧
# uses: ./.github/workflows/actions/setup_node-cache_dep-install_dep
# - name: Lint ✅
# run: npm run lint