static_checks.yml 437 B

12345678910111213141516171819
  1. name: Static Checks
  2. on: [push, pull_request]
  3. jobs:
  4. format:
  5. name: File formatting (file_format.sh)
  6. runs-on: ubuntu-20.04
  7. steps:
  8. - name: Checkout
  9. uses: actions/checkout@v4
  10. - name: Install dependencies
  11. run: |
  12. sudo apt-get update -qq
  13. sudo apt-get install -qq dos2unix recode
  14. - name: File formatting checks (file_format.sh)
  15. run: |
  16. bash ./file_format.sh