Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
JomloTableView
JomloTableView
/
.github
/
workflows
/
build.yaml
Code
Commits
Issues
Pulls
Sessions
CI/CD
develop
develop
feature/spm
main
release-0.1.0
release-0.2.0
release-0.2.1
yaml
15 lines
199 Bytes
Copy permalink
Copy
Raw
1
name
:
Swift
2
3
on
:
push
4
5
jobs
:
6
build
:
7
8
runs-on
:
macOS-latest
9
10
steps
:
11
-
uses
:
actions/checkout@v3
12
-
name
:
Build
13
run
:
swift build -v
14
-
name
:
Run tests
15
run
:
swift test -v