Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilleDF authored Nov 19, 2019
1 parent ef09c18 commit 691bfc3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# buckaroo-action

Use buck and buckaroo in your github CI

```yaml
name: CI

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: GuilleDF/[email protected]
- name: Build
run: buck build :ext2fs

```

0 comments on commit 691bfc3

Please sign in to comment.