-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (34 loc) · 983 Bytes
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: ci
on:
pull_request:
branches:
- '**'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
<<<<<<< HEAD
run-unit-tests: true
run-integration-tests: true
run-lint: true
=======
go-version: '1.23'
go-lint-version: 'v1.60.2'
run-unit-tests: true
run-integration-tests: true
run-lint: true
run-build: true
run-gosec: true
gosec-args: "-exclude-generated ./..."
>>>>>>> 9e4ea16 (bump babylon version to reject version to accept only version 2 unbonding transactions (#18))
docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
<<<<<<< HEAD
publish: false
=======
publish: false
dockerfile: ./Dockerfile
repoName: covenant-signer
>>>>>>> 9e4ea16 (bump babylon version to reject version to accept only version 2 unbonding transactions (#18))