exclude_paths:
- .cache/  
- .github/
- ../../../.cache/ #Strange github action behaviour 


skip_list:
  - '403'  # Package installs should not use latest
  - '208'  # File permissions unset or incorrect
  - no-tabs
  - 'ignore-errors'
  - 'no-changed-when'
  - 'risky-shell-pipe'
