-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julian Kahnert
authored and
Julian Kahnert
committed
Jan 14, 2020
1 parent
8e443d9
commit a20f511
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
on: | ||
push: | ||
|
||
name: Run Checks | ||
|
||
jobs: | ||
build: | ||
name: Chia | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@master | ||
- name: Run chia cli | ||
uses: worldiety/chia |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: 'GitHub Action for chia' | ||
description: 'Runs multiple checks/linting etc' | ||
author: 'JulianKahnert <[email protected]>' | ||
runs: | ||
using: 'docker' | ||
image: 'docker://worldiety/chia:latest' | ||
branding: | ||
icon: 'alert-circle' | ||
color: 'green' |