Skip to content

Commit

Permalink
Fix yaml and action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
baierjan committed Jan 18, 2024
1 parent 6e38846 commit 8d8ee14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/perl-critic.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
name: 'Perl critic'

# yamllint disable-line rule:truthy
on:
pull_request:
push:
branches:
- 'master'

perl-critic-checks:
jobs:
perl-critic-checks:
runs-on: ubuntu-latest
name: "Perlcritic"
container:
Expand Down

0 comments on commit 8d8ee14

Please sign in to comment.