mirror of
https://github.com/luanslimadev/Wand-Enhancer.git
synced 2026-08-28 23:01:14 +00:00
18 lines
364 B
YAML
18 lines
364 B
YAML
name: Validate Release Metadata
|
|
|
|
on:
|
|
push:
|
|
branches: [ "master", "main" ]
|
|
pull_request:
|
|
branches: [ "master", "main" ]
|
|
|
|
jobs:
|
|
validate-release-metadata:
|
|
runs-on: windows-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v5
|
|
|
|
- name: Validate version and changelog sync
|
|
shell: pwsh
|
|
run: ./scripts/validate-release-metadata.ps1 |