Skip to content

Update Puppet Build CI workflow pipeline. #5

Update Puppet Build CI workflow pipeline.

Update Puppet Build CI workflow pipeline. #5

Workflow file for this run

name: Puppet Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install Ballerina
uses: ballerina-platform/ballerina-action@master
- name: Ballerina project build
run: cd puppet && bal build