Skip to content

Commit

Permalink
feat: Add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepmai-babylonchain committed Jul 12, 2024
1 parent beebc9c commit 9636c84
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: ci

on:
push:
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
go-version: 1.21.4


docker_pipeline:
uses: hiepmai-babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/add-reusable-workflows
secrets: inherit
with:
publish: false
dockerfile: ./contrib/images/babylond/Dockerfile

0 comments on commit 9636c84

Please sign in to comment.