Skip to content

edited trail and error event page info (#612) #1480

edited trail and error event page info (#612)

edited trail and error event page info (#612) #1480

Workflow file for this run

name: CI
'on':
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
npm install
- name: Run Prettier
run: |
npm run check