Skip to content

Commit 49bf84a

Browse files
committed
Enable Perl format check in CI
1 parent bb3238c commit 49bf84a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Run pgindent
4444
run: src/.github/scripts/run-pgindent.sh --check --diff
4545

46-
# - name: Run pgperltidy
47-
# run: src/.github/scripts/run-pgperltidy.sh --assert-tidy --standard-error-output
46+
- name: Run pgperltidy
47+
run: src/.github/scripts/run-pgperltidy.sh --assert-tidy --standard-error-output
4848

4949
license:
5050
name: License

0 commit comments

Comments
 (0)