Skip to content

Remove upload-coverage job. #154

Remove upload-coverage job.

Remove upload-coverage job. #154

Workflow file for this run

name: Continuous integration
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
check:
name: Check code
uses: collectionspace/.github/.github/workflows/check-js.yml@main

Check failure on line 12 in .github/workflows/ci-js.yml

View workflow run for this annotation

GitHub Actions / Continuous integration

Invalid workflow file

The workflow is not valid. In .github/workflows/ci-js.yml (Line: 12, Col: 11): Error from called workflow collectionspace/.github/.github/workflows/check-js.yml@main (Line: 47, Col: 23): Unrecognized named-value: 'context'. Located at position 1 within expression: context.eventName
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}