Skip to content

chore: convert some operations in the build script to asynchronous #19

chore: convert some operations in the build script to asynchronous

chore: convert some operations in the build script to asynchronous #19

Workflow file for this run

name: Commitlint
on:
push:
pull_request:
jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run commitlint
uses: dafnik/commitlint@v1