Skip to content

fix: blockchain explorer button on home #1

fix: blockchain explorer button on home

fix: blockchain explorer button on home #1

Workflow file for this run

name: Lint

Check failure on line 1 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

you may only define one of `branches` and `branches-ignore` for a single event
on:
push:
branches:
- '*'
branches-ignore:
- 'gh-pages'
paths-ignore:
- '*.{md,txt}'
- LICENSE
- .*config
tags-ignore:
- '*'
pull_request:
branches:
- '*'
paths-ignore:
- '*.{md,txt}'
- LICENSE
- .*config
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Lint
run: yarn lint