Skip to content

Commit

Permalink
ci: add build and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Oct 31, 2024
1 parent 659c1ff commit 44bf525
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Build and test
name: Build, test and lint

on:
push:
Expand All @@ -9,7 +9,7 @@ on:


jobs:
build:
build-test-lint:
runs-on: ubuntu-latest

steps:
Expand All @@ -21,5 +21,11 @@ jobs:
with:
go-version: '^1.23.2'

- name: Build
run: make build

- name: Lint
run: make lint

- name: Run tests
run: make test
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
jobs:
build-and-push-image:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write
Expand Down

0 comments on commit 44bf525

Please sign in to comment.