Skip to content

chore(*): fix lint config (#126) #65

chore(*): fix lint config (#126)

chore(*): fix lint config (#126) #65

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'main'
- 'base/consumer-chain-support'
tags:
- '*'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
run-build: true
run-gosec: true
gosec-args: "-exclude-generated -exclude-dir=itest -exclude-dir=testutil ./..."
docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
publish: true
dockerfile: ./Dockerfile
repoName: finality-provider