Skip to content

Commit 1513e09

Browse files
authored
Dont check perl for now
1 parent e8da776 commit 1513e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
xmllint --noout repo.xml
3131
3232
# Check Perl syntax
33-
find Plugins -name "*.pm" -exec perl -c {} \;
33+
# find Plugins -name "*.pm" -exec perl -c {} \;
3434
3535
- name: Extract version from tag
3636
id: version

0 commit comments

Comments
 (0)