Skip to content

feat: ajustes

feat: ajustes #23

name: Pipeline
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
commitlint:
name: Commit Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v2