Skip to content

chore: check license in a separate workflow #4

chore: check license in a separate workflow

chore: check license in a separate workflow #4

name: "Check license"
'on':
pull_request:
branches:
- main
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- name: Run license checking script
run: |
bash check.sh