Skip to content

Chore(deps): Bump alpine from 3.18.3 to 3.18.4 #728

Chore(deps): Bump alpine from 3.18.3 to 3.18.4

Chore(deps): Bump alpine from 3.18.3 to 3.18.4 #728

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@v3
- name: markdownlint
run: make markdownlint
- name: prune
run: make prune