Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Update README to announce sunsetting #1080

Update README to announce sunsetting

Update README to announce sunsetting #1080

Workflow file for this run

name: perltidy
on: [push, pull_request]
jobs:
perltidy:
runs-on: ubuntu-latest
container:
image: perl:5.32
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: perl -V
run: perl -V
- name: Install dependencies
run: cpanm --quiet --installdeps --notest --with-develop .
- name: perltidy --version
run: perltidy --version
- name: Run perltidy
shell: bash
run: ./format_files.sh --check