Skip to content

feat(calendar): add calendar view for token usage tracking #95

feat(calendar): add calendar view for token usage tracking

feat(calendar): add calendar view for token usage tracking #95

Workflow file for this run

name: autofix.ci
on:
pull_request:
permissions:
contents: write
jobs:
autofix:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Use Node.js lts/*
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Install
run: pnpm i
- name: Lint
run: pnpm run lint:fix
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27