diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 0496b97..7353c39 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -2,17 +2,17 @@ name: macOS on: push: - branches: [ "main" ] + branches: [ "main" ] pull_request: - branches: [ "main" ] + branches: [ "main" ] jobs: build: - runs-on: macos-latest + runs-on: macos-latest - steps: - - uses: actions/checkout@v3 - - name: Build - run: swift build -v - - name: Run tests - run: swift test -v \ No newline at end of file + steps: + - uses: actions/checkout@v3 + - name: Build + run: swift build -v + - name: Run tests + run: swift test -v