Skip to content

[dev] Improve path #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 64 commits into from
Oct 30, 2020
Merged
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
80906e6
Merge pull request #7 from mudlabs/master
mudlabs Oct 29, 2020
14de335
Update action.js
mudlabs Oct 29, 2020
e4bd692
Update test.yaml
mudlabs Oct 29, 2020
66cf864
Update action.js
mudlabs Oct 29, 2020
28fd661
Update action.js
mudlabs Oct 29, 2020
bf88bac
Update action.js
mudlabs Oct 29, 2020
8d8e4e0
Update action.js
mudlabs Oct 29, 2020
6123505
Update action.js
mudlabs Oct 29, 2020
46d8bae
Update action.js
mudlabs Oct 29, 2020
43973a3
Update action.js
mudlabs Oct 29, 2020
79201c7
Update action.js
mudlabs Oct 29, 2020
1c3f362
Update action.js
mudlabs Oct 29, 2020
ac83314
Update action.js
mudlabs Oct 29, 2020
ce8f9a9
Update action.js
mudlabs Oct 29, 2020
afb477d
Update action.js
mudlabs Oct 29, 2020
f9fac61
Update action.js
mudlabs Oct 29, 2020
ab5febd
Update action.js
mudlabs Oct 29, 2020
31c02bd
Update action.js
mudlabs Oct 29, 2020
6b82350
Update action.js
mudlabs Oct 29, 2020
f584163
Update action.js
mudlabs Oct 29, 2020
26b2c44
Create temp.yaml
mudlabs Oct 29, 2020
08810c7
Update action.js
mudlabs Oct 29, 2020
fb14da1
Delete temp.yaml
mudlabs Oct 29, 2020
65575f5
Update action.js
mudlabs Oct 29, 2020
50195ee
Update npm.worker.config.yml
mudlabs Oct 29, 2020
6104d7f
Update action.js
mudlabs Oct 29, 2020
e7b5e5e
Rename npm.worker.config.yml to npm.worker.config.yaml
mudlabs Oct 29, 2020
10295f9
Commit from GitHub Actions (NPM Worker)
mudlabs Oct 29, 2020
c07f1e3
Update action.js
mudlabs Oct 29, 2020
74015f5
Update npm.worker.config.yaml
mudlabs Oct 29, 2020
d2cdd32
Commit from GitHub Actions (NPM Worker)
mudlabs Oct 29, 2020
9cba65d
Update action.js
mudlabs Oct 29, 2020
80f0067
Update test.yaml
mudlabs Oct 29, 2020
dd63fe4
Update README.md
mudlabs Oct 29, 2020
90358b0
Update test.yaml
mudlabs Oct 29, 2020
b4dc3ec
Update README.md
mudlabs Oct 29, 2020
5da01e9
Update test.yaml
mudlabs Oct 29, 2020
76d6073
Update action.js
mudlabs Oct 29, 2020
0dc7344
Update action.js
mudlabs Oct 29, 2020
e12d85c
Update action.js
mudlabs Oct 29, 2020
e42dfda
Update README.md
mudlabs Oct 29, 2020
6ddc5ed
Update action.js
mudlabs Oct 29, 2020
19a98f2
Update README.md
mudlabs Oct 29, 2020
89423c5
Update action.js
mudlabs Oct 29, 2020
2aaf6ef
Update README.md
mudlabs Oct 29, 2020
2c8aa65
Update test.yaml
mudlabs Oct 29, 2020
896a044
Update action.js
mudlabs Oct 29, 2020
0b6d7b8
Update README.md
mudlabs Oct 29, 2020
f354d0d
Update test.yaml
mudlabs Oct 29, 2020
328ee3d
Update README.md
mudlabs Oct 29, 2020
a26acb6
Update action.js
mudlabs Oct 29, 2020
1e10458
Update npm.worker.config.yaml
mudlabs Oct 30, 2020
54d7aef
Commit from GitHub Actions (NPM Worker)
mudlabs Oct 30, 2020
02475c9
Update action.js
mudlabs Oct 30, 2020
373008d
Update test.yaml
mudlabs Oct 30, 2020
1494401
Update README.md
mudlabs Oct 30, 2020
bd4e9ec
Update action.js
mudlabs Oct 30, 2020
b8958d5
Update README.md
mudlabs Oct 30, 2020
32f5294
Update action.js
mudlabs Oct 30, 2020
6d3bec4
Update README.md
mudlabs Oct 30, 2020
f5c0ac9
Update action.js
mudlabs Oct 30, 2020
90411f6
Update README.md
mudlabs Oct 30, 2020
4a73fb9
Update test.yaml
mudlabs Oct 30, 2020
fe9c003
Update README.md
mudlabs Oct 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
mudlabs authored Oct 29, 2020
commit e42dfda6cd92b70b07d9c30f77f77335f2a958ff
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


# Simple Diff
A super simple diff checker for your GitHub workflow.
A super simple diff checker for your GitHub workflow..


Very simple, you provide the action with a `path` to a _file_ or _folder_, and it tells you if the file was `added`, `modified`, `removed`, or `renamed`. It will also output the items `name`, particularly usefull if it was just `renamed`.
Expand Down