Skip to content

fix: api error catching in beacon feature #277

fix: api error catching in beacon feature

fix: api error catching in beacon feature #277

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm install
- name: Run eslint
run: npm run lint
- name: Run prettier
run: npx prettier --check src/js