Merge pull request #713 from h0tw1r3/apt-helper #894
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | --- | |
| name: Static Code Analysis | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| workflow_dispatch: | |
| jobs: | |
| static_code_analysis: | |
| uses: "puppetlabs/phoenix-github-actions/.github/workflows/static_code_analysis.yaml@main" |