Skip to content

fix: Consumer needs to have a specific name #7

fix: Consumer needs to have a specific name

fix: Consumer needs to have a specific name #7

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/**/* stories/**/*'