Skip to content

Commit

Permalink
Merging 'WIP: Do Not Merge This Branch' Into Master
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimduncan committed Aug 21, 2020
0 parents commit ed35c75
Show file tree
Hide file tree
Showing 11 changed files with 14,013 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Prettify Commit

on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@main
with:
node-version: '12.x'
- name: Prettify Commit
uses: ./
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
11 changes: 11 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: What The Commit
author: Ephraim Atta-Duncan
description: Changes the last commit to a remotely fetched one from whatthecommit.com

runs:
using: node12
main: dist/index.js

branding:
icon: git-commit
color: black
Loading

0 comments on commit ed35c75

Please sign in to comment.