Skip to content

fix: make public path in webpack irrelevant #47

fix: make public path in webpack irrelevant

fix: make public path in webpack irrelevant #47

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/**/* *.ts'