Skip to content

chore: check node@14 on pipeline, #728 #87

chore: check node@14 on pipeline, #728

chore: check node@14 on pipeline, #728 #87

Workflow file for this run

name: PR Build
on: pull_request
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
uses: ./.github/workflows/build.yml
with:
os: ${{ matrix.os }}
lint:
uses: ./.github/workflows/lint.yml
test:
needs: build
uses: ./.github/workflows/test.yml

Check failure on line 15 in .github/workflows/pr-build.yml

View workflow run for this annotation

GitHub Actions / PR Build

Invalid workflow file

The workflow is not valid. In .github/workflows/pr-build.yml (Line: 15, Col: 11): Error from called workflow harttle/liquidjs/.github/workflows/test.yml@f6e9aa980b7aecdef8a68bcc3f3c198ef1a036bb (Line: 20, Col: 25): A mapping was not expected
coverage:
uses: ./.github/workflows/coverage.yml
performance:
needs: build
uses: ./.github/workflows/performance.yml
with:
os: ubuntu-latest