mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 18:22:05 +03:00
26 lines
434 B
YAML
26 lines
434 B
YAML
on:
|
|
pull_request:
|
|
branches:
|
|
- supermajor
|
|
- major
|
|
- minor
|
|
- patch
|
|
|
|
jobs:
|
|
|
|
format:
|
|
uses: ./.github/workflows/format.yaml
|
|
secrets: inherit
|
|
|
|
check:
|
|
uses: ./.github/workflows/check.yaml
|
|
secrets: inherit
|
|
|
|
check-changelog:
|
|
name: Check Changelog Action
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- uses: tarides/changelog-check-action@v2
|
|
with:
|
|
changelog: CHANGELOG.md
|