Skip to content

Make sure the tags are loaded when fetching questions contents #159

Make sure the tags are loaded when fetching questions contents

Make sure the tags are loaded when fetching questions contents #159

Workflow file for this run

name: PR Check
on:
workflow_dispatch:
pull_request:
branches:
- '*'
jobs:
pr-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: lint
run: |
npm ci
npm run lint
npm run test