Skip to content

Bump tar from 6.1.0 to 7.4.0 #68

Bump tar from 6.1.0 to 7.4.0

Bump tar from 6.1.0 to 7.4.0 #68

Workflow file for this run

name: Linting
on:
- pull_request
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Check markdown files using `markdownlint`
run: |
npm install -g markdownlint-cli
markdownlint *.md