Skip to content

chore: update pipeline version #15

chore: update pipeline version

chore: update pipeline version #15

Workflow file for this run

name: ci
on:
pull_request:
branches:
- '**'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: false
run-lint: true
run-build: true

Check failure on line 15 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 15, Col: 17): Invalid input, run-build is not defined in the referenced workflow. .github/workflows/ci.yml (Line: 16, Col: 17): Invalid input, run-gosec is not defined in the referenced workflow.
run-gosec: true
gosec-args: "-no-fail ./..."
docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
publish: false
dockerfile: ./contrib/images/staking-expiry-checker/Dockerfile