Skip to content

Fix classes in stats component #25

Fix classes in stats component

Fix classes in stats component #25

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
- '!main'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Installing packages
run: npm ci
- name: Lint
run: npm run lint