Skip to content

Update moderation issue reply to better show the interpretation of th… #706

Update moderation issue reply to better show the interpretation of th…

Update moderation issue reply to better show the interpretation of th… #706

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: dependencies
run: |
npm install -g typescript
npm i
- name: build bot
run: tsc
- name: build cppref scraper
run: |
cd indexes/cppref
tsc
- name: build man7 scraper
run: |
cd indexes/man7
tsc