Skip to content

Commit

Permalink
Added commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
dagronf authored Apr 6, 2024
1 parent 921840f commit 74fe541
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This workflow will build a Swift project

name: Swift

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

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v -c release
- name: Run tests
run: swift test -v -c release

0 comments on commit 74fe541

Please sign in to comment.