Skip to content

feat: just use since for last cache update time in cache status #19

feat: just use since for last cache update time in cache status

feat: just use since for last cache update time in cache status #19

Workflow file for this run

name: lint
on:
- push
- pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run lint