Skip to content

Bump necojackarc/auto-request-review from 0.10.0 to 0.13.0 (#1430) #1097

Bump necojackarc/auto-request-review from 0.10.0 to 0.13.0 (#1430)

Bump necojackarc/auto-request-review from 0.10.0 to 0.13.0 (#1430) #1097

Workflow file for this run

name: JavaScript
on:
workflow_dispatch:
push:
branches:
- master
- staging
tags:
- "*"
pull_request:
paths:
- "javascript/**"
- "spec/tests/**"
- package.json
- package-lock.json
- .github/workflows/javascript.yaml
jobs:
coverage:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Run tests
shell: bash
run: make test-javascript