Skip to content

Merge pull request #30 from Fam-Story/refactor/29-refactor-가족-여부에-따른-… #11

Merge pull request #30 from Fam-Story/refactor/29-refactor-가족-여부에-따른-…

Merge pull request #30 from Fam-Story/refactor/29-refactor-가족-여부에-따른-… #11

Workflow file for this run

name: Famstory-CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.7'
- name: SonarQube Scan
uses: kitabisa/sonarqube-action@v1.2.1
with:
host: ${{ secrets.SONAR_ENDPOINT }}
login: ${{ secrets.SONAR_TOKEN }}