Skip to content

Shellcheck PR Annotator

Actions
Annotate pull requests with shellcheck errors detected during CI
v0.0.1
Latest
Star (2)

Shellcheck PR Annotator

Usage

Annotate pull requests with shellcheck errors detected during CI.

This is designed to work with the "gcc" output format of shellcheck.

Note: This doesn't install or run shellcheck, it just sets up the PR annotations.

Example workflow

name: My Workflow
on: [push, pull_request]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master

      - name: Add shellcheck annotator
        uses: pr-annotators/shellcheck-pr-annotator@master

      - name: Run shellcheck
        uses: ludeeus/action-shellcheck@master
        with:
          format: gcc

Shellcheck PR Annotator is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Annotate pull requests with shellcheck errors detected during CI
v0.0.1
Latest

Shellcheck PR Annotator is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.