Skip to content

Configure CI workflow. #2

Configure CI workflow.

Configure CI workflow. #2

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