Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 68bdb3b

Browse files
authored
Create checks.yml
1 parent 5a54805 commit 68bdb3b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/checks.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Checks
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: '*'
8+
9+
jobs:
10+
build:
11+
runs-on: macos-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- name: Build
15+
run: swift build -v

0 commit comments

Comments
 (0)