Skip to content

[Feat] 라우팅 설정 수정 및 반응형 적용 리팩토링 #68

[Feat] 라우팅 설정 수정 및 반응형 적용 리팩토링

[Feat] 라우팅 설정 수정 및 반응형 적용 리팩토링 #68

Workflow file for this run

name: CodeQL
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
trap-caching: false
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3