Skip to content
View bednie's full-sized avatar

Sponsoring

@WaffleLapkin

Block or report bednie

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Use Ruff to check and format with Gi... Use Ruff to check and format with GitHub Actions
    1
    name: Ruff - Python Code Quality and Formatting
    2
    on: [push, pull_request]
    3
    jobs:
    4
      lint-and-format:
    5
        runs-on: ubuntu-latest
  2. Pytest GitHub Action Pytest GitHub Action
    1
    # This workflow will install Python dependencies, run tests and lint with a single version of Python
    2
    # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
    3
    
                  
    4
    name: pytest - Python unit tests
    5
    
                  
  3. cs-3250-actions-demo cs-3250-actions-demo Public

    Step-by-step guide to GitHub Actions for automated unit testing, linting, & formatting

    Python 8

  4. cs3250-final-project cs3250-final-project Public

    Forked from cs3250-final-team-5/cs3250-final-team-5

    Our CS-3250 final project

    HTML