Skip to content

chore(main): release 1.0.0 #29

chore(main): release 1.0.0

chore(main): release 1.0.0 #29

Workflow file for this run

name: commitlint
on: [push, pull_request]
jobs:
commitlint:
runs-on: ubuntu-22.04
steps:
- name: Run commitlint
uses: opensource-nepal/commitlint@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}