Skip to content

Instantly share code, notes, and snippets.

@tcampbPPU
tcampbPPU / detect-debug.yml
Created February 2, 2022 22:56
A GitHub action for detecting debugger statements
name: Detect Debug
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, review_requested]
jobs:
changedfiles:
runs-on: ubuntu-latest
# map a step output to a job output
outputs:
vue: ${{ steps.changes.outputs.vue }}
@erikh
erikh / hack.sh
Created March 31, 2012 07:02 — forked from DAddYE/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#