Skip to content

Commit

Permalink
fix perl check
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 18, 2021
1 parent 82a00d8 commit 4f9491d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v2

# needed for perl checks as we need all perl modules
- name: Install Dependencies
run: rake build_dependencies:install

- name: Perl Syntax
run: yast-ci-ruby -o perl_syntax

Expand Down

0 comments on commit 4f9491d

Please sign in to comment.