Skip to content

Merge branch 'main' of https://github.com/flaviostutz/cdk-practical-c… #2

Merge branch 'main' of https://github.com/flaviostutz/cdk-practical-c…

Merge branch 'main' of https://github.com/flaviostutz/cdk-practical-c… #2

Workflow file for this run

name: master-build
on:
push:
branches: ['main']
jobs:
build:
name: Build master
uses: flaviostutz/gh-makefile/.github/workflows/make-ci.yml@main
with:
working-directory: ./
tooling: node
tooling-version: 18
target-build: true
target-lint: true
target-test: true