Skip to content

Upgrade to version 0.3.0 of the Asciidoc Plugin #20

Upgrade to version 0.3.0 of the Asciidoc Plugin

Upgrade to version 0.3.0 of the Asciidoc Plugin #20

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches:
- main
jobs:
linting:
name: Lint artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
shellcheck "${GITHUB_WORKSPACE}"/*.sh