hasql/.github/workflows/on-pull-request-to-release.yaml

26 lines
434 B
YAML
Raw Normal View History

2024-04-22 20:18:35 +03:00
on:
pull_request:
branches:
2024-04-28 15:42:06 +03:00
- supermajor
2024-04-22 20:18:35 +03:00
- major
- minor
- patch
jobs:
2024-04-22 20:23:00 +03:00
format:
2024-04-28 15:42:06 +03:00
uses: ./.github/workflows/format.yaml
2024-04-22 20:23:00 +03:00
secrets: inherit
check:
uses: ./.github/workflows/check.yaml
secrets: inherit
2024-04-22 20:18:35 +03:00
check-changelog:
name: Check Changelog Action
runs-on: ubuntu-20.04
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md