Skip to content

[캠퍼스] 식단페이지 모바일 디자인 수정 (#1242) #12

[캠퍼스] 식단페이지 모바일 디자인 수정 (#1242)

[캠퍼스] 식단페이지 모바일 디자인 수정 (#1242) #12

Workflow file for this run

name: SonarCloud Analysis
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install package
run: yarn
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}