Skip to content

fix: group links and share button with dark mode toggle on the right #60

fix: group links and share button with dark mode toggle on the right

fix: group links and share button with dark mode toggle on the right #60

Workflow file for this run

name: Code Style
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check code formatting
run: npx prettier . --check