Commit Graph

244 Commits

Author SHA1 Message Date
9561a3f1e1 Merge pull request #118 from creyD/dev 2023-04-19 15:49:52 +02:00
4ccf35e06f Bumped version number in templates 2023-02-19 16:43:21 +01:00
31355f8eef Merge pull request #109 from creyD/dev v4.3 2023-02-19 16:38:13 +01:00
6fe86ce41d Added note for new npm 9 issue 2023-02-19 16:33:58 +01:00
a21409da47 Merge pull request #112 from tropictim/fix_path 2023-02-19 16:23:29 +01:00
Tim Talbert
191599deb6 Don't use the npm bin command to resolve the bin path 2023-02-17 17:24:11 -05:00
9436c53771 Added debug for prettier test result in the log 2023-01-23 14:16:43 +01:00
2826053f0c Added option clean_node_folder for #108 2023-01-23 12:56:23 +01:00
dc62bca389 Merge pull request #105 from creyD/dev
Minor Readme Updates
2023-01-10 22:47:52 +01:00
2e9c875edd Merge pull request #104 from AnimeAllstar/patch-1
Bumped actions/checkout to v3 in examples
2023-01-10 22:46:42 +01:00
Asad Dhorajiwala
2bf66dcd9f Bumped actions/checkout to v3 in examples
actions/checkout@v2 uses node12. GitHub gives a deprecation warning for this since node12 is out of support. actions/checkout@v3 uses node16 by default.

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12
2023-01-10 13:45:18 -08:00
0eebd17ea5 Merge pull request #102 from JuanDa237/patch-1
Not Github Workflow Warnings
2022-12-22 09:17:34 +01:00
Juan David Gaviria Correa
360ac97374 #101 Update README.md
Use v3 as suggested here https://github.com/marketplace/actions/checkout
2022-12-21 20:09:05 -05:00
a18ea90a1c Merge pull request #99 from WesleyYue/patch-1
Add note that Prettier plugins must be wrapped in quotes
2022-12-01 13:51:13 +01:00
Wesley
30fe71e314 Update README.md 2022-11-30 15:34:05 -08:00
6602189cf8 Merge pull request #88 from creyD/dev
Minor Feature & Bugfix Update
v4.2
2022-01-15 22:20:08 +01:00
0bf5ce065a Updated bug and feature templates 2022-01-15 22:15:20 +01:00
ac20e98371 Using latest version in the examples 2022-01-15 22:13:48 +01:00
607ddfdc57 Merge pull request #87 from bercos/master
Fix #78
2022-01-15 22:08:45 +01:00
Bernie Cosgriff
9dff813935 Fix #78
Fix https://github.com/creyD/prettier_action/issues/78 by updating the regex.

I tested the regex but was not sure how to test the action. The regex should cover all three valid cases outlined here https://prettier.io/docs/en/plugins.html.
2022-01-14 16:27:39 -07:00
058125065f Merge pull request #86 from seven1m/master
fix(Plugin): don't install plugins globally
2022-01-13 10:25:14 +01:00
Tim Morgan
8a16fc9688 Don't install plugins globally
This fixes a problem where @prettier/plugin-ruby was not being used.
2022-01-08 12:37:59 -06:00
661230a857 Merge pull request #85 from creyD/dev
Updated Readme
2021-12-28 18:39:49 +01:00
49aca57540 Merge pull request #84 from creyD/master
Update from master
2021-12-28 18:38:47 +01:00
eafd91e372 Merge pull request #82 from Anselmoo/master
Fixed #81
2021-12-28 18:37:50 +01:00
Anselm Hahn
13fd7a03b4 Fixed #81 2021-12-28 18:32:29 +01:00
b8440d072c Merge pull request #77 from AdamMartinCote/master
Update examples to use 4.1.1 instead of 4.1
2021-12-06 20:55:36 +01:00
Adam
89919dc836 Update example to use 4.1.1 instead of 4.1
Update the examples so first time users don't experience the bug that was fixed by 26c4892179
2021-12-06 06:52:46 -05:00
b305fc89f5 Merge pull request #76 from creyD/dev
Bugfix for #74
v4.1.1
2021-12-06 12:26:52 +01:00
26c4892179 Fixed a bug with missing " 2021-12-06 12:22:36 +01:00
86625cc217 Merged the input commit description if statement 2021-12-06 12:18:46 +01:00
fdbbee3567 Bugfix for the commit description 2021-12-06 12:15:24 +01:00
f9f10e0719 Added spacing for commit description 2021-12-06 12:11:52 +01:00
2b5c9a8de1 Merge pull request #75 from insyri/dev
Fix for #74
2021-12-06 12:02:31 +01:00
insyri
f44961013c Variable assignment fix, issued via CodeFactor 2021-12-04 18:58:13 -05:00
insyri
a9474e2eb8 Corrected if/else for INPUT_COMMIT_DESCRIPTION. 2021-12-04 18:46:31 -05:00
dbdc55734e Merge pull request #73 from creyD/dev
v4.1 Deployment
v4.1
2021-11-30 18:42:58 +01:00
9accc7b9f5 Added further context for the working_directory 2021-11-30 18:03:30 +01:00
41bf601bb6 Merge pull request #71 from sksat/handle-space-in-fname
handle space in file name
2021-11-30 17:58:28 +01:00
fabe625ef2 Bumped versions 2021-11-30 17:52:15 +01:00
b072432b6b Added slight explanation to the readme 2021-11-30 17:22:11 +01:00
aecd8574c0 Merge pull request #65 from JLHasson/patch-1
Use 'main' instead of 'master' for examples
2021-11-30 17:20:12 +01:00
8efb5a885e Added working_directory parameter 2021-11-30 17:18:31 +01:00
sksat
b90e27731a fix: handle space in changed file name 2021-11-24 00:30:10 +09:00
b1dc9cd3b3 Merge pull request #67 from AndyA/master
Don't delete package-lock.json
2021-10-31 15:06:10 +01:00
61783f508e Merge pull request #69 from insyri/master
Commit Description Option
2021-10-22 17:55:05 +02:00
insyri
902197aeb2 typo fix in README 2021-10-22 09:04:15 -04:00
insyri
39357d386a added $INPUT_COMMIT_DESCRIPTION to entrypoint.sh
im unfamiliar with shell so this is what i did with some research, the inline if statement is just a personal design/formatting choice.
2021-10-22 09:03:21 -04:00
insyri
6296a68dfd added commit-description as option to action.yml 2021-10-22 08:52:00 -04:00
insyri
23135339e3 added commit-description as option in README 2021-10-22 08:49:41 -04:00