Skip to content

build(deps-dev): bump @commitlint/cli from 17.5.1 to 17.6.6 #228

build(deps-dev): bump @commitlint/cli from 17.5.1 to 17.6.6

build(deps-dev): bump @commitlint/cli from 17.5.1 to 17.6.6 #228

Workflow file for this run

name: codebase
on:
pull_request:
branches: [master, develop]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}