Skip to content

Merge pull request #278 from JuliaEditorSupport/sp/templating #81

Merge pull request #278 from JuliaEditorSupport/sp/templating

Merge pull request #278 from JuliaEditorSupport/sp/templating #81

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
test-oniguruma:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test