Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sagikazarmark/cadencelint
A simple linter for checking Cadence workflows and activities for common mistakes
https://github.com/sagikazarmark/cadencelint
linter
Last synced: 2 months ago
JSON representation
A simple linter for checking Cadence workflows and activities for common mistakes
- Host: GitHub
- URL: https://github.com/sagikazarmark/cadencelint
- Owner: sagikazarmark
- License: mit
- Created: 2019-08-02T12:42:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T17:12:43.000Z (over 1 year ago)
- Last Synced: 2024-08-03T22:14:16.327Z (4 months ago)
- Topics: linter
- Language: Shell
- Size: 20.5 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cadence-temporal-workflow - Cadence Lint
README
# Cadence Linter
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sagikazarmark/cadencelint/CI?style=flat-square)
[![Go Report Card](https://goreportcard.com/badge/github.com/sagikazarmark/cadencelint?style=flat-square)](https://goreportcard.com/report/github.com/sagikazarmark/cadencelint)**A simple linter for checking Cadence workflows and activities for common mistakes.**
## Installation
Download a prebuilt binary from the [Releases](https://github.com/sagikazarmark/cadencelint/releases) page,
or install the tool from source:```bash
go get github.com/sagikazarmark/cadencelint
```## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.