Skip to content

Use static image for star history chart in 2024 recap #470

Use static image for star history chart in 2024 recap

Use static image for star history chart in 2024 recap #470

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Biome
run: npx biome ci