From b3d5d4ade876b0d3eaeb1f6067751f6a1f62aa38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Murta?= Date: Sat, 21 Jun 2025 19:32:21 +0100 Subject: [PATCH] fixup! ci: add action-semantic-pull-request --- .github/workflows/commitlint.config.js | 3 +++ .github/workflows/lint-pr.yml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/commitlint.config.js diff --git a/.github/workflows/commitlint.config.js b/.github/workflows/commitlint.config.js new file mode 100644 index 0000000..b29b5ae --- /dev/null +++ b/.github/workflows/commitlint.config.js @@ -0,0 +1,3 @@ +export default { + extends: ["@commitlint/config-conventional"], +}; diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index 42305a3..121c57e 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -16,8 +16,6 @@ jobs: with: node-version: lts/* - - run: npm install -g @commitlint/config-conventional - - run: >- npx commitlint -g .github/workflows/commitlint.config.js