Remove unused functions

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2023-01-20 23:52:27 +02:00
parent 4063265478
commit 70fd3f47d0
No known key found for this signature in database
GPG key ID: 7D073DCC2C074CB5
5 changed files with 10 additions and 18 deletions

View file

@ -8,6 +8,12 @@ on:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
permissions: {}
jobs:
linters:
name: Linters
@ -48,4 +54,4 @@ jobs:
- run: go version
- name: Run GARM Go Tests
run: make test
run: make go-test