Skip to content

v5.111.0

v5.111.0 #48

name: "Release Validation"
on:
push:
branches:
- v[0-9]+.[0-9]+.[0-9]+-proposal
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate-proposal:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- uses: ./.github/actions/node
with:
version: ""
- uses: ./.github/actions/install/branch-diff
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: node scripts/release/validate