fix: #347 strip extraneous periods from combined validation message w… #361
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build-alpha | |
on: | |
push: | |
branches: [dev] | |
paths-ignore: ['docs/**'] | |
pull_request: | |
branches: [dev] | |
paths-ignore: ['docs/**'] | |
workflow_dispatch: | |
jobs: | |
build: | |
uses: ./.github/workflows/part-build.yml | |
secrets: inherit | |
with: | |
prereleaseSlug: alpha | |
publish: | |
if: success() && github.event_name == 'push' | |
uses: ./.github/workflows/part-publish.yml | |
needs: build | |
secrets: inherit |