Skip to content

chore(deps-dev): bump @commitlint/cli from 19.6.1 to 19.7.1 (#199) #200

chore(deps-dev): bump @commitlint/cli from 19.6.1 to 19.7.1 (#199)

chore(deps-dev): bump @commitlint/cli from 19.6.1 to 19.7.1 (#199) #200

Workflow file for this run

# This is the workflow for the CI/CD and release
#
name: Release
on:
push:
branches:
- main
- next
- beta
- alpha
jobs:
cancel-runs:
name: '▶️ actions'
uses: eviden-actions/actions/.github/workflows/cancel-workflow.yml@v1
lint-code:
name: '▶️ actions'
needs: [cancel-runs]
uses: eviden-actions/actions/.github/workflows/lint-code.yml@v1
test:
name: '📌'
needs: [lint-code]
uses: ./.github/workflows/test.yml
release:
name: '▶️ actions'
needs: [lint-code, test]
uses: eviden-actions/actions/.github/workflows/release.yml@v1
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}