Skip to content

feat(ui): mining button animation #489

feat(ui): mining button animation

feat(ui): mining button animation #489

Workflow file for this run

name: Lint
on: pull_request
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install Node.js dependencies
run: npm ci
- name: check lint/prettier errors
run: npm run lint