Skip to content

Update crop.json (#118) #287

Update crop.json (#118)

Update crop.json (#118) #287

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./pocovidscreen/resources/ui
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '13.x'
- name: Build
run: |
echo 'Done'
env:
CI: true