From 9072345911084d14790bfb48d74240514c2be1c9 Mon Sep 17 00:00:00 2001 From: GErP83 Date: Wed, 11 Feb 2026 14:32:19 +0100 Subject: [PATCH] add new workflow step --- .github/workflows/testing.yml | 4 ++++ Makefile | 3 +++ README.md | 6 +----- 3 files changed, 8 insertions(+), 5 deletions(-) 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