Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftedMind authored Nov 4, 2023
1 parent d0568ae commit a939d7a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ name: Swift

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Swift
uses: swift-actions/setup-swift@v1 # This line sets up Swift
- uses: swift-actions/setup-swift@v1 # This line sets up Swift
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit a939d7a

Please sign in to comment.