Skip to content

Instantly share code, notes, and snippets.

View tcampbPPU's full-sized avatar
:octocat:
Always Learning

Tanner tcampbPPU

:octocat:
Always Learning
View GitHub Profile
@tcampbPPU
tcampbPPU / stripe-credit-card-numbers.md
Created April 29, 2022 19:48 — forked from rymawby/stripe-credit-card-numbers.md
Stripe test credit card numbers for use in development

#Test credit card numbers to use when developing with Stripe

4242424242424242 Visa

4012888888881881 Visa

4000056655665556 Visa (debit)

@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 }}