Skip to content

Fixup intersphinx_mapping for Python and add RTD config file; Fix typo along the way #118

Fixup intersphinx_mapping for Python and add RTD config file; Fix typo along the way

Fixup intersphinx_mapping for Python and add RTD config file; Fix typo along the way #118

Workflow file for this run

name: js
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up node
uses: actions/setup-node@v3
with:
node_version: 10
- name: Install grunt
run:
npm install grunt-cli
npm install grunt
npm install grunt-contrib-qunit@^4.0.0
- name: Run tests
run: grunt test --verbose