Skip to content

Merge branch 'main' into 10-03-feat_web_add_astro_chain_modal #283

Merge branch 'main' into 10-03-feat_web_add_astro_chain_modal

Merge branch 'main' into 10-03-feat_web_add_astro_chain_modal #283

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn --frozen-lockfile
- name: Run ESLint
run: yarn lint