Skip to content

chore: release 3.12.0-2 #20

chore: release 3.12.0-2

chore: release 3.12.0-2 #20

Workflow file for this run

name: Tag checks
on:
push:
tags:
- v*
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run checks
run: |
grep -P --color=always "\s+(?<=rev: )$GITHUB_REF_NAME$" README.md
ver=${GITHUB_REF_NAME%-*}
grep -P --color=always "(?<=/shfmt@)$ver(?=])" .pre-commit-hooks.yaml
grep -P --color=always "(?<=/shfmt:)$ver(?=@)" .pre-commit-hooks.yaml