Skip to content

Commit 8bd155d

Browse files
author
furest
committed
undo filed changes
1 parent a8d5607 commit 8bd155d

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: quay.io/dhtech/puppet-ci:latest
6+
7+
working_directory: ~/repo
8+
9+
steps:
10+
- checkout
11+
12+
- run:
13+
name: puppet lint
14+
command: |
15+
/root/.rbenv/shims/puppet-lint --no-puppet_url_without_modules-check --fail-on-warnings .
16+
17+
- run:
18+
name: erb check
19+
command: |
20+
/root/.rbenv/shims/rails-erb-lint check

.github/workflows/puppet-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919

2020
- name: puppet-lint
21-
uses: scottbrenner/puppet-lint-action@v1.0.4
21+
uses: scottbrenner/puppet-lint-action@v1.0.9
2222
with:
2323
args: ./
2424

0 commit comments

Comments
 (0)