Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check-circle

GitHub Action

GitHub Action for chia

0.0.2

GitHub Action for chia

check-circle

GitHub Action for chia

Runs multiple checks/linting etc

Installation

Copy and paste the following snippet into your .yml file.

              

- name: GitHub Action for chia

uses: worldiety/[email protected]

Learn more about this action in worldiety/chia

Choose a version

chia - Check It All

Usage

# detect language and run all available tests
chia

# run docker container with all dependencies and mount the current folder for analysis
docker run -it -v ${PWD}:/project worldiety/chia:latest    

Installation

Using Mint:

mint install worldiety/chia

Compiling from source:

git clone https://github.com/worldiety/chia && cd chia
swift build --configuration release
mv `swift build --configuration release --show-bin-path`/chia /usr/local/bin