Skip to content

Bump actions/checkout from 3 to 4 #50

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #50

Workflow file for this run

name: Lint
on:
- pull_request
- push
permissions:
contents: read
jobs:
markdownlint:
name: markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v12
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run shellcheck
uses: ludeeus/action-shellcheck@2.0.0