Skip to content

Commit

Permalink
add linter ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Oct 24, 2024
1 parent d0a9cb2 commit b6178fb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: ci

on:
pull_request:
branches:
- '**'

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
go-version: '1.23'
go-lint-version: 'v1.60.2'
run-unit-tests: false
run-integration-tests: false
run-lint: true
install-dependencies-command: |
sudo apt-get update
sudo apt-get install -y libzmq3-dev

0 comments on commit b6178fb

Please sign in to comment.