Skip to content

Commit

Permalink
Initial CircleCI pipeline definition
Browse files Browse the repository at this point in the history
  • Loading branch information
josegomezr committed Oct 25, 2023
1 parent 66124e0 commit 1823dc9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2.1

jobs:
perl-lint-checks:
docker:
- image: registry.opensuse.org/devel/openqa/containers15.5/openqa_dev:latest
entrypoint: ''
steps:
- checkout
- run: ./tools/tidy --check-only --all
- run: ./tools/perlcritic lib/ xt/

workflows:
lint-checks:
jobs:
- perl-lint-checks

0 comments on commit 1823dc9

Please sign in to comment.