Skip to content

Add Update of Favorite Status If Exist in Database #3

Add Update of Favorite Status If Exist in Database

Add Update of Favorite Status If Exist in Database #3

Workflow file for this run

name: Domain Layer
on:
pull_request:
branches:
- '*'
- '*/*'
jobs:
build:
runs-on: macos-13
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up SwiftLint
run: brew install swiftlint
- name: Lint code
run: swiftlint
- name: run unit test
run: |
cd Domain/Sources/
swift build
swift test