refactor: some polishing #6

Merged
jank merged 1 commit from main into release 2025-04-09 16:30:34 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 86febd99e5 - Show all commits

refactor: some polishing
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Has been skipped

BREAKING CHANGE: Version 1
Jan K9f 2025-04-09 18:29:31 +02:00
Signed by: jank
GPG key ID: B9F475106B20F144

View file

@ -6,7 +6,7 @@ on:
jobs:
lint:
name: Lint Pr Title
name: Lint PR Title
runs-on: ubuntu-latest
if: github.base_ref != 'release'

View file

@ -1,5 +1,5 @@
name: 'Pull Request Lint'
description: 'A simple Gitea action written in go'
description: 'A gitea action to validate if a pr follows the semantic commit guidelines'
runs:
using: 'go'
main: 'main.go'