Skip to content

reference: add the API doc grouping engine with tests (dormant) #117

reference: add the API doc grouping engine with tests (dormant)

reference: add the API doc grouping engine with tests (dormant) #117

Workflow file for this run

name: Freshness
on:
pull_request:
branches: main
jobs:
freshness:
name: last_modified freshness check
runs-on: ubuntu-22.04
permissions:
contents: read
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Check last_modified freshness
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
run: deno task check:freshness