Skip to content

Stagger Mastodon & LinkedIn syndication with per-run item cap and weekday schedule #17

Stagger Mastodon & LinkedIn syndication with per-run item cap and weekday schedule

Stagger Mastodon & LinkedIn syndication with per-run item cap and weekday schedule #17

Workflow file for this run

name: Prose Check
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
prose-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Check prose punctuation
run: npm run prose:check