Skip to content

fix(cicd): add crConfigPath item #12

fix(cicd): add crConfigPath item

fix(cicd): add crConfigPath item #12

Workflow file for this run

name: Verify Changes
on:
pull_request:
jobs:
semantic-check:
runs-on: us-east-2-development
permissions:
contents: read
pull-requests: write
issues: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- name: Semantic release (dry run)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release --dry-run