53d0f90f4e
Update README.md
2021-03-01 15:18:08 +01:00
6438b32926
Merge pull request #45 from infotexture/fix/plugin-syntax
...
Fix plugin name syntax in README & description
2021-03-01 14:58:03 +01:00
Roger Sheen
6c3c102255
Fix plugin name syntax in README & description
...
The entrypoint script checks for correctly named Prettier plugins on [lines 44–45](https://github.com/creyD/prettier_action/blob/master/entrypoint.sh#L44-L45 ), but the description in the config file and README are not consistent.
This updates those references to clarify how plugins should be specified.
2021-03-01 00:25:35 +01:00
a0331d2149
Merge pull request #39 from creyD/dev_composite
...
Moved the action to composite
2021-02-19 20:47:50 +01:00
b81496839a
Adjusted exception message and finalized changes
2021-02-19 19:18:23 +01:00
1f62e028b6
Added exceptions to improve stability
2021-02-19 19:16:25 +01:00
5e56c64388
Another try at bugfixing the ignore mechanism
2021-02-19 19:13:29 +01:00
7d4939bf14
Another try at bugfixing the ignore mechanism
2021-02-19 19:09:45 +01:00
19d31cb263
Another try at bugfixing the ignore mechanism
2021-02-19 19:07:12 +01:00
c9d8181bcf
Moved ignore part to before git checks changed
2021-02-19 19:04:18 +01:00
f4e4fcde26
Added .gitignore to exclusion - for real II
2021-02-19 18:56:55 +01:00
1a89f28d0f
Added .gitignore to exclusion - for real
2021-02-19 18:54:40 +01:00
172c413f01
Added .gitignore exclusion
2021-02-19 18:51:11 +01:00
9acb5d89b9
Still debugging ignoring
2021-02-19 18:47:01 +01:00
77af303189
Bugfixing ignore mechanism
2021-02-19 18:44:35 +01:00
5564e3ef42
Updating ignore mechanism 2
2021-02-19 18:41:32 +01:00
c5dd36440f
Updating the ignore mechanism
2021-02-19 18:40:27 +01:00
3b82dd7e95
Fixed missing command
2021-02-19 18:36:38 +01:00
01e9c566d8
Trying to exclude the useless package files
2021-02-19 18:31:20 +01:00
35d0d93afd
Removed global parameter
2021-02-19 18:19:17 +01:00
857bc257e2
Added missing bracket
2021-02-19 18:15:37 +01:00
4d25f0bd7c
Moving the path to the run part of the yml
2021-02-19 18:13:22 +01:00
5c365ab3fa
Another bugfix attempt trying to generate the global flag only if needed
2021-02-19 18:10:42 +01:00
b5409d48a9
Removed global option for testing
2021-02-19 18:02:12 +01:00
5f9fa33c3d
Fixed variable problem
2021-02-19 17:58:30 +01:00
3aa6d7608d
Added testing variable
2021-02-19 17:54:00 +01:00
8a68c5b4d3
Experimenting with a simpler form of composite actions
2021-02-19 17:45:52 +01:00
45863b1eb1
Merge pull request #38 from jsoref/composite
...
Composite
2021-02-19 17:35:23 +01:00
Josh Soref
7326fa4da4
Switch to composite
2021-02-19 00:49:40 -05:00
Josh Soref
e338a630e6
Tag entrypoint as a bash script
...
This script uses bashisms
2021-02-19 00:49:16 -05:00
cb975d8aad
Merge pull request #36 from creyD/dev
...
New prettier-plugin feature
v3.3
2021-01-10 21:38:08 +01:00
acf2e1f70b
Added new plugin feature to documentation
2021-01-10 21:37:50 +01:00
ad03b42b19
Merge pull request #34 from sebastianks/feature-add-plugins
...
Feature add plugins
2021-01-10 21:07:23 +01:00
a20371f2d2
Slightly adjusted the printed messages
2021-01-10 21:04:03 +01:00
Sebastian Kolind Sørensen
2b4b2c18e7
Merge pull request #5 from sebastianks/master
...
Add regex check of plugin names
2021-01-10 17:55:52 +01:00
Sebastian Kolind Sørensen
8d84d9c9f2
Merge branch 'feature-add-plugins' into master
2021-01-10 17:55:45 +01:00
Sebastian Kolind Sørensen
c0b1f6f05a
Merge pull request #4 from sebastianks/check-plugin-name
...
Change to sh regex
2021-01-10 17:50:44 +01:00
Sebastian K. Sorensen
bb1392436f
Change to sh regex
2021-01-10 17:49:20 +01:00
Sebastian Kolind Sørensen
d8e72fc127
Merge pull request #3 from sebastianks/check-plugin-name
...
Fix regex issue
2021-01-10 17:41:59 +01:00
Sebastian K. Sorensen
75b0a4fda5
Fix regex issue
2021-01-10 17:40:38 +01:00
Sebastian Kolind Sørensen
bb1dafe218
Merge pull request #2 from sebastianks/check-plugin-name
...
Fix issue with if statement
2021-01-10 16:43:23 +01:00
Sebastian K. Sorensen
33b1eff486
Fix issue with if statement
2021-01-10 16:41:47 +01:00
Sebastian Kolind Sørensen
72b033eda5
Merge pull request #1 from sebastianks/check-plugin-name
...
Attempt of checking plugin name with regex
2021-01-10 16:38:50 +01:00
Sebastian K. Sorensen
656daa9f97
Attempt of checking plugin name with regex
2021-01-10 16:07:31 +01:00
Sebastian K. Sorensen
1015fa1aaf
Use quotes when using [
2021-01-10 15:57:48 +01:00
Sebastian K. Sorensen
0faaf9bad1
Use POSIX brackets instead
2021-01-10 15:57:13 +01:00
Sebastian K. Sorensen
a35b5cc1cb
Change default to empty string instead
2021-01-10 15:50:05 +01:00
Sebastian K. Sorensen
b7cf1dc4c2
Change action name to regular one
2021-01-10 15:32:37 +01:00
Sebastian K. Sorensen
f852cea42f
Change check of variable
2021-01-10 14:52:20 +01:00
Sebastian K. Sorensen
7ea4328121
Adds a unique name to action
2021-01-10 14:35:53 +01:00