Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Oct 14, 2024
1 parent b2b44b7 commit 39643d6
Show file tree
Hide file tree
Showing 20 changed files with 2,205 additions and 2,336 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Backend CI

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

jobs:
golang:
uses: UNIwise/workflows/.github/workflows/golang.yaml@master
secrets: inherit
with:
go-version: 1.23
39 changes: 0 additions & 39 deletions .github/workflows/ci.yml

This file was deleted.

18 changes: 6 additions & 12 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
linters:
enable-all: true
disable:
- wsl
- gochecknoglobals
- exhaustivestruct
- wrapcheck

# Deprecated
- scopelint
- golint
- maligned
- interfacer
disable: []
run:
tests: false
skip-files:
- ".*\\.pb\\.go$"
- ".*\\_mock\\.go$"
1 change: 0 additions & 1 deletion .ship-it

This file was deleted.

39 changes: 0 additions & 39 deletions Jenkinsfile

This file was deleted.

23 changes: 0 additions & 23 deletions chart/parrot/.helmignore

This file was deleted.

15 changes: 0 additions & 15 deletions chart/parrot/Chart.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions chart/parrot/templates/NOTES.txt

This file was deleted.

62 changes: 0 additions & 62 deletions chart/parrot/templates/_helpers.tpl

This file was deleted.

77 changes: 0 additions & 77 deletions chart/parrot/templates/deployment.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions chart/parrot/templates/hpa.yaml

This file was deleted.

Loading

0 comments on commit 39643d6

Please sign in to comment.