Skip to content

Bump react-slot-counter from 2.2.5 to 2.3.3 #8

Bump react-slot-counter from 2.2.5 to 2.3.3

Bump react-slot-counter from 2.2.5 to 2.3.3 #8

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Check formatting
run: npm run format:check