Skip to content

Commit

Permalink
Create perlcritic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj authored Dec 7, 2023
1 parent 73a3dc7 commit c291fb8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/perlcritic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: perlcritic

on:
- push

jobs:
perlcritic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gugod/action-perlcritic@v1

0 comments on commit c291fb8

Please sign in to comment.