Skip to content

npm: bump @commitlint/cli from 16.3.0 to 17.8.0 #184

npm: bump @commitlint/cli from 16.3.0 to 17.8.0

npm: bump @commitlint/cli from 16.3.0 to 17.8.0 #184

Workflow file for this run

name: License Check
on:
pull_request:
push:
branches:
- master
- main
jobs:
license-check:
name: "License Check"
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v2
- name: Check License
uses: apache/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}