Skip to content

Added Umami Analytics #63

Added Umami Analytics

Added Umami Analytics #63

Workflow file for this run

name: Formatting Check | Prettier
on: [push, pull_request]
jobs:
formatting-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: 20
- name: Install dependencies
run: npm install --include=dev
- name: Run Prettier formatting check
run: npm run format:check