Skip to content

Update questions to the new .xml format app/src/data/questions (#207) #243

Update questions to the new .xml format app/src/data/questions (#207)

Update questions to the new .xml format app/src/data/questions (#207) #243

Workflow file for this run

name: App
on: [push, pull_request]
jobs:
test-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
cd app
npm install
- name: Run Prettier
run: |
cd app
npm run check