diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d810b04..ccd6cb0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -7,6 +7,10 @@ on: jobs: + api_breakage: + name: Check API breakage + uses: BinaryBirds/github-workflows/.github/workflows/api_breakage.yml@main + swiftlang_checks: name: Swiftlang Checks uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main diff --git a/Makefile b/Makefile index ad60015..a365586 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ check: symlinks language deps lint headers docc-warnings package package: curl -s $(baseUrl)/check-swift-package.sh | bash +breakage: + curl -s $(baseUrl)/check-api-breakage.sh | bash + symlinks: curl -s $(baseUrl)/check-broken-symlinks.sh | bash diff --git a/README.md b/README.md index 4b8419a..d730955 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,7 @@ Postgres driver implementation for the abstract [Feather Database](https://github.com/feather-framework/feather-database) Swift API package. -[ - ![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 -) +[![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) ## Features