Skip to content

collect more info on issue reports #804

collect more info on issue reports

collect more info on issue reports #804

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches: [ main ]
permissions:
contents: read
pull-requests: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
# validate JSON and YAML files
- name: json-yaml-validate
uses: GrantBirki/[email protected]
with:
comment: "true"
exclude_file: ".github/config/exclude.txt"
- uses: actions/[email protected]
with:
node-version-file: .node-version
cache: 'npm'
- name: Install
run: npm ci
# TODO add tests here