Skip to content

Commit

Permalink
Create puppet-lint.yaml (#397)
Browse files Browse the repository at this point in the history
* Create puppet-lint.yaml

* Update puppet-lint.yaml

* Update puppet-lint.yaml

* Update puppet-lint.yaml

* Update puppet-lint.yaml

* Delete .circleci directory
  • Loading branch information
SoundGoof authored Oct 19, 2024
1 parent 70d1f60 commit 20e6aaf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/puppet-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: puppet linting
on:
pull_request:
branches:
- master
- main
- production
paths-ignore:
- "**.md"

jobs:
puppet-lint:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: puppet-lint
uses: scottbrenner/[email protected]
with:
args: ./

0 comments on commit 20e6aaf

Please sign in to comment.