Skip to content

Commit

Permalink
Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefuertes committed Oct 31, 2024
1 parent 0f349b9 commit a34275b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml → .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: lint

permissions:
contents: read
Expand All @@ -8,8 +8,8 @@ on:
- pull_request

jobs:
ci:
name: Run ci
lint:
name: Run linters
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -27,3 +27,6 @@ jobs:
with:
version: latest
install-go: false
- uses: golangci/golangci-lint-action@v3
with:
version: latest
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create and Publish release
name: release

permissions:
contents: read
Expand All @@ -11,8 +11,8 @@ on:
- v*.*.*

jobs:
build:
name: Create Release
release:
name: Create and Publish Release
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit a34275b

Please sign in to comment.