Skip to content

GuilleDF/buckaroo-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published