mirror of
https://github.com/laosb/ReadabilityFramework.git
synced 2025-05-17 20:51:09 +00:00
Create swift.yml
This commit is contained in:
parent
2f4cb84050
commit
d01472235b
1 changed files with 19 additions and 0 deletions
19
.github/workflows/swift.yml
vendored
Normal file
19
.github/workflows/swift.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
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
|
||||||
|
- name: Run tests
|
||||||
|
run: swift test -v
|
Loading…
Add table
Reference in a new issue