Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI/CD Validation Jobs #502

Open
bmorrissirromb opened this issue May 29, 2024 · 0 comments
Open

Add CI/CD Validation Jobs #502

bmorrissirromb opened this issue May 29, 2024 · 0 comments

Comments

@bmorrissirromb
Copy link
Collaborator

Migrating TODOs to Issues:

  ## TODO: Enable this once the repo is totally formatted to standard.
  # lint-style:
  #   name: Linting and Styling
  #   runs-on: ubuntu-latest
  #   steps:
  #     - name: Checkout Source
  #       uses: actions/checkout@v3
  #       with:
  #         fetch-depth: 0

  #     - name: Setup Dependencies
  #       uses: './.github/actions/dep-setup'
  #       with:
  #         python-version: '3.10'

  #     - name: Run Styling Enforcement
  #       shell: bash
  #       run: poetry poe check

  #     # TODO: As soon as the repo is in a state to enable this, we'll do so.
  #     - name: Run Style Linting Enforcement
  #       shell: bash
  #       run: poetry poe lint

  ## TODO: Enable unit tests via GH Actions when unit tests are fixed and migrated to pytest.
  # unit-tests:
  #   name: Run Unit Tests
  #   strategy:
  #     matrix:
  #       version: ['3.7', '3.8', '3.9', '3.10', '3.11']
  #       os: [ubuntu-latest]
  #   runs-on: ${{ matrix.os }}
  #   steps:
  #     - name: Checkout Source
  #       uses: actions/checkout@v3
  #       with:
  #         fetch-depth: 0

  #     - name: Setup Dependencies
  #       uses: './.github/actions/dep-setup'
  #       with:
  #         python-version: '${{ matrix.version }}'

  #     - name: Run Tests
  #       shell: bash
  #       run: poetry poe test

  #     - name: Codecov
  #       uses: codecov/codecov-action@v3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant