Skip to content

feat(web): add astro modal (#84) #284

feat(web): add astro modal (#84)

feat(web): add astro modal (#84) #284

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