Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stanleynguyen/action-errcheck

🏌️errcheck as a GitHub action
https://github.com/stanleynguyen/action-errcheck

actions code-quality error github-actions go golang

Last synced: 22 days ago
JSON representation

🏌️errcheck as a GitHub action

Awesome Lists containing this project

README

        

# `errcheck` GitHub Action

[errcheck](https://github.com/kisielk/errcheck) as a GitHub action

## inputs

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

## usage example

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