Skip to content

feat: Initial GitHub workflow action for build NPM package #55

feat: Initial GitHub workflow action for build NPM package

feat: Initial GitHub workflow action for build NPM package #55

Workflow file for this run

name: build
on:
push:
branches:
- master
jobs:
build:
uses: ./.github/workflows/build.yml
coverage:
uses: ./.github/workflows/coverage.yml
coverage:

Check failure on line 13 in .github/workflows/master.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/master.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
uses: ./.github/workflows/npm.yml