Skip to content

bump lnd to 0.18.0-beta.rc4 #112

bump lnd to 0.18.0-beta.rc4

bump lnd to 0.18.0-beta.rc4 #112

Workflow file for this run

name: ci
on:
pull_request:
branches:
- '**'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.7.0
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.10.0
permissions:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
secrets: inherit
with:
publish: false
docker_scan: true