File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
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
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ check: symlinks language deps lint headers docc-warnings package
77package :
88 curl -s $(baseUrl ) /check-swift-package.sh | bash
99
10+ breakage :
11+ curl -s $(baseUrl ) /check-api-breakage.sh | bash
12+
1013symlinks :
1114 curl -s $(baseUrl ) /check-broken-symlinks.sh | bash
1215
Original file line number Diff line number Diff line change 22
33Postgres 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
You can’t perform that action at this time.
0 commit comments