Skip to content

Chore(deps): Bump node from 22.2.0-alpine to 22.3.0-alpine #885

Chore(deps): Bump node from 22.2.0-alpine to 22.3.0-alpine

Chore(deps): Bump node from 22.2.0-alpine to 22.3.0-alpine #885

Workflow file for this run

name: Lint
on:
push:
branches:
- "!main"
pull_request:
workflow_call:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint
run: make markdownlint
- name: prune
run: make prune