Skip to content

Commit

Permalink
Merge pull request #34 from rrbox/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rrbox authored Sep 5, 2022
2 parents 9d3d1cf + 97e7415 commit b8cc557
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Swift

on:
pull_request:
branches: [ "main", "develop" ]

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![GitHub issues](https://img.shields.io/github/issues/rrbox/Nucleotide-Swift)](https://github.com/rrbox/Nucleotide-Swift/issues)
[![GitHub license](https://img.shields.io/github/license/rrbox/Nucleotide-Swift)](https://github.com/rrbox/Nucleotide-Swift/blob/main/LICENCE)
[![Swift](https://github.com/rrbox/Nucleotide-Swift/actions/workflows/swift.yml/badge.svg?branch=develop)](https://github.com/rrbox/Nucleotide-Swift/actions/workflows/swift.yml)

## Usage

Expand Down

0 comments on commit b8cc557

Please sign in to comment.