Skip to content

fix(backend): do not block when nodejs install check fails #152

fix(backend): do not block when nodejs install check fails

fix(backend): do not block when nodejs install check fails #152

Workflow file for this run

name: Lint Commit Messages
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
# See: https://github.community/t/duplicate-checks-on-push-and-pull-request-simultaneous-event/18012
push:
branches:
- master
pull_request:
branches:
- master
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5