Skip to content
View viniremigio's full-sized avatar
💭
😃
💭
😃

Block or report viniremigio

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. spark-etl-template spark-etl-template Public template

    Template to Spark toy projects

    Python

  2. python-api-project-template python-api-project-template Public template

    Python

  3. Verbose Github Actions Workflow Verbose Github Actions Workflow
    1
    # This is a reusable workflow invoked by deploy job in the Quality Gate & Build workflow
    2
    name: Reusable Deploy Workflow
    3
    on:
    4
        workflow_call:
    5
            inputs:
  4. GitHub Workflow using local Action GitHub Workflow using local Action
    1
    # Must be in the .github/actions/cached-deps folder
    2
    name: 'Retrieve & Cache Dependencies'
    3
    description: 'Get the dependencies and caches them'
    4
    inputs:
    5
      caching:
  5. poetry-cached-action poetry-cached-action Public

    This Action caches poetry dependencies

  6. streamlit-template streamlit-template Public template

    Template to Streamlit projects

    Python