Skip to content

chore(deps-dev): bump @commitlint/cli from 19.3.0 to 19.4.0 #2366

chore(deps-dev): bump @commitlint/cli from 19.3.0 to 19.4.0

chore(deps-dev): bump @commitlint/cli from 19.3.0 to 19.4.0 #2366

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- run: yarn install
- run: yarn test
automerge:
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}