update_base.yml 452 B

1234567891011121314151617181920
  1. # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
  2. # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
  3. name: update-base
  4. on:
  5. push:
  6. tags:
  7. - v.*
  8. jobs:
  9. pdf-test:
  10. runs-on: pdf
  11. timeout-minutes: 40
  12. steps:
  13. - name: update-base
  14. uses: actions/checkout@v3
  15. run: |
  16. echo "start test"