lint.yml 512 B

1234567891011121314151617181920212223242526
  1. name: Lint test FAP with library
  2. on:
  3. pull_request:
  4. branches:
  5. - main
  6. jobs:
  7. lint:
  8. runs-on: ubuntu-latest
  9. steps:
  10. - name: Checkout test app
  11. uses: actions/checkout@v3
  12. with:
  13. repository: oleksiikutuzov/flipperzero-BH1750-test
  14. - name: Checkout library
  15. uses: actions/checkout@v3
  16. with:
  17. path: lib/BH1750
  18. - name: Lint
  19. uses: oleksiikutuzov/flipperzero-ufbt-action@v2
  20. with:
  21. lint_only: true