Skip to content

chore(deps): bump node from 22.3.0-alpine to 22.8.0-alpine in /images/docs #79

chore(deps): bump node from 22.3.0-alpine to 22.8.0-alpine in /images/docs

chore(deps): bump node from 22.3.0-alpine to 22.8.0-alpine in /images/docs #79

Workflow file for this run

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