Skip to content

Update blog.tsx to work with changes to callsites formatting in Deno 1.46 #333

Update blog.tsx to work with changes to callsites formatting in Deno 1.46

Update blog.tsx to work with changes to callsites formatting in Deno 1.46 #333

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Install Deno
uses: denoland/setup-deno@v1
- name: Check formatting
run: deno fmt --check
- name: Lint
run: deno lint
- name: Tests
run: deno task test