Skip to content

[scheduler] Even more resilient perl beanstalkd annotation worker #390

[scheduler] Even more resilient perl beanstalkd annotation worker

[scheduler] Even more resilient perl beanstalkd annotation worker #390

Workflow file for this run

name: Perl Tidy & Critic Check
on:
push:
paths:
- '**.pl'
- '**.pm'
- '**.t'
pull_request:
paths:
- '**.pl'
- '**.pm'
- '**.t'
jobs:
tidy-critic-check:
runs-on: ubuntu-latest
container:
image: perldocker/perl-tester:latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run tidyall
shell: bash
run: |
cd perl
tidyall --check-only --quiet --all