Skip to content

Commit 877dca1

Browse files
committed
default features
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent b4ca075 commit 877dca1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/semver.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Semver check
22
on:
3-
pull_request: { }
3+
pull_request: {}
44
push:
5-
branches: [ "develop" ]
5+
branches: ["develop"]
66

77
jobs:
88
semver:
@@ -23,4 +23,5 @@ jobs:
2323
- name: Check semver
2424
uses: obi1kenobi/cargo-semver-checks-action@v2
2525
with:
26-
baseline-version: '${{ steps.latest_release.outputs.BASELINE}}'
26+
baseline-version: ${{ steps.latest_release.outputs.BASELINE}}
27+
feature-group: default-features

0 commit comments

Comments
 (0)