Skip to content

Hiep/add GitHub actions #15

Hiep/add GitHub actions

Hiep/add GitHub actions #15

Workflow file for this run

name: ci
on:
pull_request:
branches:
- '**'
jobs:
lint_test:
uses: hiepmai-babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@hiep/add-reusable-workflows
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
run-check-mock-gen: true
docker_pipeline:
uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/add-reusable-workflows
secrets: inherit
with:
publish: false