Skip to content

Merge branch 'poster-and-time-updates/jl' of https://github.com/Carle… #938

Merge branch 'poster-and-time-updates/jl' of https://github.com/Carle…

Merge branch 'poster-and-time-updates/jl' of https://github.com/Carle… #938

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