Skip to content

Commit

Permalink
misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Feb 8, 2024
1 parent 6d070a0 commit 7e5bcd4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
changelog:
exclude:
authors:
- dependabot
categories:
- title: 🎉 New Features
labels:
- "Type: Enhancement"
- title: 🐞 Bugs Fixes
labels:
- "Type: Bug"
- title: 🔨 Maintenance
labels:
- "Type: Maintenance"
- title: Other Changes
labels:
- "*"
16 changes: 10 additions & 6 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
name: 🙏🏻 Lint Test

on:
pull_request:
paths:
- '**.go'
- '**.mod'
workflow_dispatch:

jobs:
lint:
name: Lint Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x

- name: Checkout code
uses: actions/checkout@v3


- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: 1.21.x

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.6.0
with:
Expand Down

0 comments on commit 7e5bcd4

Please sign in to comment.