Skip to content

fix: Show error if we fail to git logs (#25) #13

fix: Show error if we fail to git logs (#25)

fix: Show error if we fail to git logs (#25) #13

Workflow file for this run

name: Check License Headers
on: [push]
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Check License Headers
uses: kapetacom/check-license-action@master
with:
holder: 'Kapeta Inc.'
license: 'MIT'
sources: 'src/**/* *.js'