Skip to content
shield

GitHub Action

errcheck

v1 Latest version

errcheck

shield

errcheck

errcheck as a GitHub action

Installation

Copy and paste the following snippet into your .yml file.

              

- name: errcheck

uses: stanleynguyen/action-errcheck@v1

Learn more about this action in stanleynguyen/action-errcheck

Choose a version

errcheck GitHub Action

errcheck as a GitHub action

inputs

Field Description Default
args Command and/or arguments pass to errcheck ./...

usage example

- uses: actions/checkout@v2
- name: errcheck
  uses: stanleynguyen/action-errcheck@v1