Skip to content

exclude .gitmodules from npm publish #12

exclude .gitmodules from npm publish

exclude .gitmodules from npm publish #12

Workflow file for this run

name: CI
on: [ push ]
env:
CI: true
jobs:
lint:
uses: haraka/.github/.github/workflows/lint.yml@master
coverage:
uses: haraka/.github/.github/workflows/coverage.yml@master
secrets: inherit
test:
needs: [ lint ]
uses: haraka/.github/.github/workflows/ubuntu.yml@master
windows:
needs: [ lint ]
uses: haraka/.github/.github/workflows/windows.yml@master