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: 10 days 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: 2025-04-09T23:14:23.265Z (10 days ago)
- Topics: linter
- Language: Shell
- Size: 20.5 KB
- Stars: 9
- Watchers: 2
- 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

[](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.