Skip to content

Add "ReScript Online Meetup YouTube Channel" to community overview #1127

Add "ReScript Online Meetup YouTube Channel" to community overview

Add "ReScript Online Meetup YouTube Channel" to community overview #1127

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm ci
- run: npx rescript
- run: npm test
- name: Format check
run: npx rescript format -check -all