Skip to content

feat: add Daily Coding Tip widget with category badges and refresh button #1831

feat: add Daily Coding Tip widget with category badges and refresh button

feat: add Daily Coding Tip widget with category badges and refresh button #1831

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci --legacy-peer-deps || npm install --legacy-peer-deps
- run: npm run lint