Skip to content
View bednie's full-sized avatar

Sponsoring

@miraheze

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. audius-plugin audius-plugin Public

    Java 2 1

  2. 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
  3. 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