Skip to content

Commit 3198bfa

Browse files
authored
add new workflow step (#9)
1 parent 3141002 commit 3198bfa

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77

88
jobs:
99

10+
api_breakage:
11+
name: Check API breakage
12+
uses: BinaryBirds/github-workflows/.github/workflows/api_breakage.yml@main
13+
1014
swiftlang_checks:
1115
name: Swiftlang Checks
1216
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ check: symlinks language deps lint headers docc-warnings package
77
package:
88
curl -s $(baseUrl)/check-swift-package.sh | bash
99

10+
breakage:
11+
curl -s $(baseUrl)/check-api-breakage.sh | bash
12+
1013
symlinks:
1114
curl -s $(baseUrl)/check-broken-symlinks.sh | bash
1215

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
Postgres driver implementation for the abstract [Feather Database](https://github.com/feather-framework/feather-database) Swift API package.
44

5-
[
6-
![Release: 1.0.0-beta.4](https://img.shields.io/badge/Release-1%2E0%2E0--beta%2E4-F05138)
7-
](
8-
https://github.com/feather-framework/feather-postgres-database/releases/tag/1.0.0-beta.4
9-
)
5+
[![Release: 1.0.0-beta.4](https://img.shields.io/badge/Release-1%2E0%2E0--beta%2E4-F05138)](https://github.com/feather-framework/feather-postgres-database/releases/tag/1.0.0-beta.4)
106

117
## Features
128

0 commit comments

Comments
 (0)