Skip to content

Commit

Permalink
Merge pull request #122 from winebarrel/fix_ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
winebarrel authored Dec 30, 2023
2 parents 54b3cfe + 45d2efe commit 7ddc174
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: test
name: CI

on:
pull_request:
paths-ignore:
Expand All @@ -7,6 +8,8 @@ on:
- LICENSE
- README.md
push:
branches:
- main
paths-ignore:
- .github/dependabot.yml
- CHANGELOG.md
Expand All @@ -24,7 +27,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ">=1.21.1"
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v3
- run: make gen && git diff --exit-code
- name: Start services
Expand Down

0 comments on commit 7ddc174

Please sign in to comment.