fix: make public path in webpack irrelevant #47
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |