Skip to content

Bump node from 19.7.0-alpine to 20.5.0-alpine #2

Bump node from 19.7.0-alpine to 20.5.0-alpine

Bump node from 19.7.0-alpine to 20.5.0-alpine #2

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: markdownlint
run: make markdownlint
- name: prune
run: make prune