pull-request-lint/action.yml
Jan Klattenhoff 6d9c48078c
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Successful in 9s
feat(action): update to use Go for pull request linting
2025-04-09 18:10:18 +02:00

5 lines
115 B
YAML

name: 'Pull Request Lint'
description: 'A simple Gitea action written in go'
runs:
using: 'go'
main: 'main.go'