Skip to content

Commit

Permalink
try lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Aug 2, 2024
1 parent 7f73b76 commit 50e71c1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,19 @@ on:
- '*'

jobs:
lint_test:
lint:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.4'
- name: Run Lint
run: make lint

test:
uses: babylonchain/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
Expand All @@ -20,7 +32,7 @@ jobs:
docker_pipeline:
uses: babylonchain/.github/.github/workflows/[email protected]
needs: ["lint_test"]
needs: ["lint", "test"]
secrets: inherit
with:
publish: true
Expand Down

0 comments on commit 50e71c1

Please sign in to comment.