Skip to content

refactor: Organize Services into Categories #247

refactor: Organize Services into Categories

refactor: Organize Services into Categories #247

Workflow file for this run

name: Pull Request
on:
workflow_dispatch: {}
pull_request:
branches: [main]
paths:
- internal/**
- pkg/**
- shoutrrr/**
- go.mod
- go.sum
- shoutrrr.go
jobs:
lint:
uses: ./.github/workflows/lint-go.yaml
permissions:
contents: read
test:
uses: ./.github/workflows/test.yaml
permissions:
contents: read
gosec:
name: Golang Security Checker
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
pull-requests: read
security-events: write
steps:
- uses: ./.github/actions/gosec
govulncheck:
name: govulncheck
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
pull-requests: read
security-events: write
steps:
- uses: ./.github/actions/govulncheck
with:
go-version: 1.25.x