Skip to content

Got rid of unrelated code from another project #989

Got rid of unrelated code from another project

Got rid of unrelated code from another project #989

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