From 4248557047bee4b752b2bb6937f3285c181c6cc2 Mon Sep 17 00:00:00 2001 From: htrgouvea Date: Sat, 11 Nov 2023 18:37:23 -0300 Subject: [PATCH] syntax --- .github/workflows/linter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index da8f59f..421a267 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -5,6 +5,10 @@ on: branches: - main +jobs: + critic: + runs-on: ubuntu-latest + steps: - name: perlcritic uses: gugod/actions-perlcritic@v1.0 with: