Skip to content

#68 Exposed services that were deleted will now be properly unexposed… #114

#68 Exposed services that were deleted will now be properly unexposed…

#68 Exposed services that were deleted will now be properly unexposed… #114

Workflow file for this run

on:
pull_request:
branches:
- master
name: Unit
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run linters
uses: PiwikPRO/actions/go/lint@master
with:
go-version: "1.22.x"
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run unit tests
uses: PiwikPRO/actions/go/test@master
with:
go-version: "1.22.x"