Skip to content

Merge branch 'main' of https://github.com/thomasleplus/kml-utils #265

Merge branch 'main' of https://github.com/thomasleplus/kml-utils

Merge branch 'main' of https://github.com/thomasleplus/kml-utils #265

Workflow file for this run

---
name: PerlCritic
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
permissions: {}
jobs:
check:
name: Check with PerlCritic
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Install PerlCritic
run: |
sudo apt update -y
sudo apt install libperl-critic-perl
- name: Run PerlCritic
run: perlcritic *kml*