Skip to content

Commit

Permalink
github action added
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Kahnert authored and Julian Kahnert committed Jan 14, 2020
1 parent 8e443d9 commit a20f511
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/chia.yml
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
9 changes: 9 additions & 0 deletions action.yml
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'

0 comments on commit a20f511

Please sign in to comment.