Skip to content

entry: make typetag, platform and tags clickable (#43, #44) #24

entry: make typetag, platform and tags clickable (#43, #44)

entry: make typetag, platform and tags clickable (#43, #44) #24

Workflow file for this run

name: CI
on: push
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install requirements
run: yarn
- name: Run Prettier
run: yarn prettier . --check