Skip to content
View lisanna-dettwyler's full-sized avatar
🌸
🌸
Block or Report

Block or report lisanna-dettwyler

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

  1. action-post-run action-post-run Public

    Forked from Profpatsch/action-post-run

    Enables executing custom commands once a workflow job has ended.

    TypeScript 1 1

  2. action-setup-gh-cli action-setup-gh-cli Public

    Makes the GitHub CLI command available in your PATH

  3. action-setup-jq action-setup-jq Public

    Simple GitHub Action to add jq to the path

  4. Progress-based timeout Progress-based timeout
    1
    #!/usr/bin/env bash
    2
    
    
    3
    # This is an alternative for the GNU coreutils timeout, which resets the timer
    4
    # when the program writes to stdout. This allows setting much smaller timeout
    5
    # values for programs that regularly print progress messages, which allows
  5. ze-count-engines ze-count-engines Public

    A simple utility to count the number of compute and copy engines on Intel GPUs.

    C++