Skip to content

Merge pull request #291 from vishnoianil/cherry-pick-pr-290-release-1-0 #481

Merge pull request #291 from vishnoianil/cherry-pick-pr-290-release-1-0

Merge pull request #291 from vishnoianil/cherry-pick-pr-290-release-1-0 #481

Workflow file for this run

name: linters
on:
push:
branches:
- main
- release-1.0
pull_request:
branches:
- main
- release-1.0
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint-cli2-action
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: "**/*.md"