Skip to content

chore: git add version.ts modification in deploy #12

chore: git add version.ts modification in deploy

chore: git add version.ts modification in deploy #12

Workflow file for this run

name: Check Commit spec
on:
push:
branches: [master]
pull_request:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0=
- uses: wagoid/commitlint-github-action@v3
env:
NODE_PATH: ${{ github.workspace }}/node_modules