Skip to content

Commit

Permalink
update .github
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebsh1 committed Nov 15, 2024
1 parent 8eb40e5 commit 63305d4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

on:
push:
branches:
- master
- develop
- feature/*
- hotfix/*
- release/*
release:
types: [published]
pull_request: {}

jobs:
golang:
uses: UNIwise/workflows/.github/workflows/golang.yaml@master
secrets: inherit
with:
go-version: 1.23
golangci-lint-version: v1.61.0
platforms: linux/amd64,linux/arm64

0 comments on commit 63305d4

Please sign in to comment.