From 38b7d4d112bbd5505ee390c22241791bf293e21f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Murta?= Date: Sun, 1 Jun 2025 20:36:51 +0100 Subject: [PATCH] ci: add action-semantic-pull-request --- .github/workflows/lint-pr.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/lint-pr.yml diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml new file mode 100644 index 0000000..b9cc948 --- /dev/null +++ b/.github/workflows/lint-pr.yml @@ -0,0 +1,12 @@ +name: Lint PR + +on: + pull_request: + branches: [ "main" ] + +jobs: + lint: + name: Validate PR title + runs-on: ubuntu-latest + steps: + - uses: ammann/action-semantic-pull-request@v5