Skip to content
play

GitHub Action

GuilleDF's Buckaroo action

v1.0.3 Pre-release

GuilleDF's Buckaroo action

play

GuilleDF's Buckaroo action

Use buck and buckaroo from the CI

Installation

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

              

- name: GuilleDF's Buckaroo action

uses: GuilleDF/[email protected]

Learn more about this action in GuilleDF/buckaroo-action

Choose a version

buckaroo-action

Use buck and buckaroo in your github CI

name: CI

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v1
      - name: Buck build
        uses: GuilleDF/[email protected]
        with:
          commands: buck build :ext2fs