Skip to content

perf(middleware): enable response compression and standardize pipelin… #48

perf(middleware): enable response compression and standardize pipelin…

perf(middleware): enable response compression and standardize pipelin… #48

Workflow file for this run

name: Commit Lint
permissions:
contents: read
pull-requests: write
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Commit Lint
uses: wagoid/commitlint-github-action@v5
with:
configFile: commitlint.config.js