From c5bd8cefdd3f9f345c7b7207cb4b1afff94fcc2d Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Fri, 16 Feb 2024 06:44:36 +0000 Subject: [PATCH] ci: add semantic_pull_request workflow (#114) --- .github/workflows/semantic_pull_request.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/semantic_pull_request.yaml diff --git a/.github/workflows/semantic_pull_request.yaml b/.github/workflows/semantic_pull_request.yaml new file mode 100644 index 00000000..265bd7a6 --- /dev/null +++ b/.github/workflows/semantic_pull_request.yaml @@ -0,0 +1,10 @@ +name: semantic_pull_request + +on: + pull_request: + branches: + - main + +jobs: + build: + uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1