Skip to content

build(deps-dev): bump @commitlint/cli from 17.6.6 to 17.6.7 (#71) #84

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

build(deps-dev): bump @commitlint/cli from 17.6.6 to 17.6.7 (#71) #84

Workflow file for this run

# This is workflow runs on push
#
name: Push
# Controls when the action will run.
on:
# Trigger workflow for pull requests.
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
concurrency:
group: ${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
lint-code:
name: '📌'
uses: ./.github/workflows/lint-code.yml
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}