Skip to content

fix!: no mutation on pod update (#7) #27

fix!: no mutation on pod update (#7)

fix!: no mutation on pod update (#7) #27

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 }}