Skip to content

Fix followers table #149

Fix followers table

Fix followers table #149

name: JS - Prettier
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '24'
- name: Install Node dependencies
run: npm ci
- name: Run Prettier
run: npm run format:check