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: about 1 month ago
JSON representation

A simple linter for checking Cadence workflows and activities for common mistakes

Lists

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.