Skip to content
View ShaidK's full-sized avatar
🏠
Working from home
🏠
Working from home
  • NHS Blood & Transplant
  • Birmingham, UK
  • LinkedIn in/shaidk
Block or Report

Block or report ShaidK

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. Skydrop Skydrop Public

    Python Module to provide Weather Conditions for specific Locations

    Python

  2. Snowflake Snowflake Public

    Github Action to extract the Properties from Package JSON File

    JavaScript

  3. Snowstorm Snowstorm Public

    Clean & Elegant Visual Studio Code Theme

    YAML

  4. oke-py/npm-audit-action oke-py/npm-audit-action Public

    GitHub Action to run `npm audit`

    TypeScript 41 25

  5. Git Hook to validate that the Git Co... Git Hook to validate that the Git Commit Message follow Semantic Versioning Standard
    1
    #!/bin/bash
    2
    
    
    3
    #
    4
    # File: commit-msg | Note: Following git hook validates the git commit message contains semantic versioning 
    5
    #