Skip to content

pr-annotators/shellcheck-pr-annotator

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Annotate pull requests with shellcheck errors detected during CI

Topics

Resources

License

Stars

Watchers

Forks