Skip to content

Commit

Permalink
Update puppet-lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SoundGoof authored Oct 19, 2024
1 parent e421913 commit e0950e0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/puppet-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ on:
- "**.md"

jobs:
build:
runs-on: ubuntu-latest
puppet-lint:

container:
image: puppet/puppet-dev-tools:latest # Use the community-maintained Docker image
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v5

- name: Run Puppet lint
run: |
puppet-lint --no-puppet_url_without_modules-check --fail-on-warnings .
- name: puppet-lint
uses: scottbrenner/[email protected]
with:
args: ./

0 comments on commit e0950e0

Please sign in to comment.