Skip to content

Commit

Permalink
Create build.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kushCT authored Jun 6, 2022
1 parent 6e4a821 commit 419d82d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build

on: [push, pull_request]

jobs:
build:
name: Build
runs-on: macOS-latest

steps:
- name: Checkout branch
uses: actions/checkout@v1

- name: Build
run: swift build -v

0 comments on commit 419d82d

Please sign in to comment.