Skip to content

Commit 97183bc

Browse files
authoredNov 26, 2024··
fix badge (#15)
* fix badge * Add semantic version label check * disable yaml linter
1 parent e5573fd commit 97183bc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎.github/workflows/pull_request.yml

+13
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
api_breakage_check_container_image: "swift:6.0-noble"
2121
docs_check_container_image: "swift:6.0-noble"
2222
format_check_container_image: "swiftlang/swift:nightly-6.0-jammy"
23+
yamllint_check_enabled: false
2324

2425
unit-tests:
2526
name: Unit tests
@@ -37,3 +38,15 @@ jobs:
3738
swift-6-language-mode:
3839
name: Swift 6 Language Mode
3940
uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
41+
42+
semver-label-check:
43+
name: Semantic Version label check
44+
runs-on: ubuntu-latest
45+
timeout-minutes: 1
46+
steps:
47+
- name: Checkout repository
48+
uses: actions/checkout@v4
49+
with:
50+
persist-credentials: false
51+
- name: Check for Semantic Version label
52+
uses: apple/swift-nio/.github/actions/pull_request_semver_label_checker@main

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build & Test on GitHub](https://github.com/swift-server/swift-openapi-lambda/actions/workflows/pull_request.yaml/badge.svg)](https://github.com/swift-server/swift-openapi-lambda/actions/workflows//pull_request.yaml)
1+
[![Build & Test on GitHub](https://github.com/swift-server/swift-openapi-lambda/actions/workflows/pull_request.yml/badge.svg)](https://github.com/swift-server/swift-openapi-lambda/actions/workflows//pull_request.yml)
22

33

44
![language](https://img.shields.io/badge/swift-5.9-blue)

0 commit comments

Comments
 (0)
Please sign in to comment.