A library that computes the ephemerides.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

20 righe
320 B

  1. name: Code style
  2. on:
  3. push:
  4. branches: [main, features]
  5. pull_request:
  6. branches: [main, features]
  7. jobs:
  8. lint:
  9. runs-on: ubuntu-latest
  10. name: Code Style
  11. steps:
  12. - uses: actions/checkout@v3
  13. - uses: actions/setup-python@v4
  14. with:
  15. python-version: 3.9
  16. - uses: psf/black@20.8b1