Skip to content

We're adding a brand-new, easy-bake Python script (htc_helper.py) to the HowToCook kitchen! Think of it as a sous-chef for our contributors – it's designed to whip up common Git operations with ease, making contributing a piece of cake. #2142

We're adding a brand-new, easy-bake Python script (htc_helper.py) to the HowToCook kitchen! Think of it as a sous-chef for our contributors – it's designed to whip up common Git operations with ease, making contributing a piece of cake.

We're adding a brand-new, easy-bake Python script (htc_helper.py) to the HowToCook kitchen! Think of it as a sous-chef for our contributors – it's designed to whip up common Git operations with ease, making contributing a piece of cake. #2142

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: [ master ]
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- run: npm install
- run: npm run lint