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: 7 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T17:12:43.000Z (over 2 years ago)
- Last Synced: 2025-04-09T23:14:23.265Z (7 months 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.