Skip to content

chore: upgrade hc overview image #417

chore: upgrade hc overview image

chore: upgrade hc overview image #417

Workflow file for this run

name: CI
on:
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
cache: yarn
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint