Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

chore: fix deps

chore: fix deps #17

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
paths-ignore:
- '*.md'
- '.github/workflows/release.yaml'
jobs:
build_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 20
- uses: wagoid/commitlint-github-action@v5
with:
configFile: .commitlintrc.yml
token: ${{ secrets.GITHUB_TOKEN }}