Skip to content

Add new blog post

Add new blog post #265

Workflow file for this run

on: push
name: Check types
jobs:
pr:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Install dependencies
run: yarn
- name: Run eslint and typescript to check for errors
run: yarn workspaces run lint