Skip to content

chore(deps): bump org.testng:testng from 6.4 to 7.9.0 #39

chore(deps): bump org.testng:testng from 6.4 to 7.9.0

chore(deps): bump org.testng:testng from 6.4 to 7.9.0 #39

Workflow file for this run

---
name: Conventional commit
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4
if: ${{ github.actor != 'dependabot[bot]' }}