Skip to content

feat(ci): adds more CI validations, introduces semantic release (#74) #3

feat(ci): adds more CI validations, introduces semantic release (#74)

feat(ci): adds more CI validations, introduces semantic release (#74) #3

Workflow file for this run

name: Commit Lint
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
HUSKY: 0
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: main
- name: Setup Node.js
if: steps.changes.outputs.ts == 'true'
uses: actions/setup-node@v4
with:

Check failure on line 24 in .github/workflows/commit-lint.yml

View workflow run for this annotation

GitHub Actions / Commit Lint

Invalid workflow file

The workflow is not valid. .github/workflows/commit-lint.yml (Line: 24, Col: 14): Unexpected value '' .github/workflows/commit-lint.yml (Line: 25, Col: 9): Unexpected value 'node-version'
node-version: 18.0.0
cache: npm
- name: Install dependencies
run: npm install
- name: Lint commit messages
id: commitlint
uses: wagoid/commitlint-github-action@v6
with:
failOnErrors: 'false'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Create comment
if: commitlint.outputs.results > 0
uses: peter-evans/create-or-update-comment@v4
with:
body: |
commitlint.outputs.results