Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 306 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 306 Bytes

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