Skip to content

fix(autodisc-server): raise exceptions to front #24

fix(autodisc-server): raise exceptions to front

fix(autodisc-server): raise exceptions to front #24

Workflow file for this run

name: Lint commits
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-20.04
steps:
- name: Git checkout
uses: actions/checkout@v2
with:
# fetch entire history
fetch-depth: 0
- name: Lint commits
uses: wagoid/commitlint-github-action@v5