biome.yml 419 B

123456789101112131415161718192021
  1. name: Typescript Code quality
  2. on:
  3. push:
  4. branches:
  5. - main
  6. pull_request:
  7. types: [ opened, synchronize, reopened ]
  8. branches:
  9. - main
  10. jobs:
  11. quality:
  12. runs-on: ubuntu-latest
  13. steps:
  14. - name: Checkout
  15. uses: actions/checkout@v4
  16. - name: Setup Biome
  17. uses: biomejs/setup-biome@v2
  18. - name: Run Biome
  19. run: |
  20. biome ci ./ --config-path biome.json