Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stanleynguyen/action-errcheck
- Owner: stanleynguyen
- License: mit
- Created: 2020-03-05T15:47:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T18:12:22.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T07:57:26.334Z (2 months ago)
- Topics: actions, code-quality, error, github-actions, go, golang
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/errcheck
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```