Christopher Dehner
b7b6ec0bfa
feat: add VBA line marker
2023-08-28 14:56:59 -04:00
Christoph Koschel
b11a016430
Unit tests for testing escaping
2023-07-08 21:19:27 +02:00
Christoph Koschel
85df7d016a
Enable issue escaping
2023-07-08 21:17:23 +02:00
Alastair Mooney
c90d4c3f82
Update README.md
2023-03-29 14:12:00 +01:00
Alastair Mooney
604651248f
Merge pull request #154 from MBrede/Rmarkdown-support
...
Rmarkdown support
2023-03-29 14:10:00 +01:00
Max Brede
4f20f4b489
Added Rmarkdown-support
2023-03-23 14:44:16 +01:00
Max Brede
7174525707
Update test_new.diff
2023-03-23 14:35:41 +01:00
Max Brede
228e74fe0e
Update test_new.diff
2023-03-23 14:34:50 +01:00
Max Brede
903c9cdf92
added Rmd-Support, tests subsumised under md
2023-03-23 14:22:28 +01:00
Max Brede
dab20df5f2
added rmd support
2023-03-23 14:05:08 +01:00
alstr
2c6872aca3
Update Docker image version
2023-03-03 17:05:34 +00:00
Alastair Mooney
9e859df306
Merge pull request #150 from pygmypenguin/fix/update-code-link
...
update url-to-line for enterprise
2023-03-03 16:54:14 +00:00
Patrick Foley
564f192712
update url-to-line for enterprise
...
github.com will be wrong for enterprise users, change this to use {self.base_url}
2023-03-02 10:16:57 -06:00
Alastair Mooney
327825480b
Update README.md
2023-02-28 13:49:28 +00:00
Alastair Mooney
f474c9525b
Merge pull request #147 from ralimi/support-jsonc
...
Add support for JSON with Comments.
2023-02-28 13:47:56 +00:00
Alastair Mooney
8944832656
Merge branch 'master' into support-jsonc
2023-02-28 13:47:02 +00:00
Alastair Mooney
c1b7b83308
Merge pull request #148 from ralimi/support-starlark
...
Add support for Starlark.
2023-02-28 13:41:56 +00:00
Rich Alimi
de2352f8dd
Add support for Starlark.
...
Support is similar to Python, as it is a python dialect. However, it does not support block comments.
See spec: https://github.com/bazelbuild/starlark/blob/master/spec.md
2023-02-25 06:45:49 +00:00
Rich Alimi
53f6d2f8fe
Add support for JSON with Comments.
...
Support is similar to JSON5, except block comments are also supported.
2023-02-25 06:22:46 +00:00
Alastair Mooney
9430173992
Merge pull request #145 from silopolis/rework_readme
...
Rework README
2023-02-10 18:27:08 +00:00
Jérémie Tarot
2376b8efa2
Rework README
...
List features in intro
Hopefully improve Usage and Options sections structure and formating
Misc edits
2023-02-10 14:21:43 +01:00
Jérémie Tarot
80c97d2f91
README content reordering
...
This reordering aims to make action's features and languages support prominent, before setup etc.
2023-02-10 12:13:58 +01:00
alstr
bc75fb4259
Update Docker image version
2023-02-10 09:24:38 +00:00
alstr
de338b1f7d
Update README.md
2023-02-10 09:23:08 +00:00
Alastair Mooney
eaaa34a3c7
Merge pull request #139 from KevinMSampson/support-gh-enterprise-server
...
Add GITHUB_URL to support GHES
2023-02-10 09:13:18 +00:00
Alastair Mooney
dd82ee62c5
Merge pull request #143 from DosangGu/master
...
Add xaml support
2023-02-09 09:02:34 +00:00
DosangGu
e2ff49576f
add test for xaml file
2023-02-09 08:13:26 +00:00
DosangGu
bca565a73a
add xaml close test
2023-02-09 08:10:33 +00:00
DosangGu
87e323fa5b
add xaml new todo diff
2023-02-09 08:07:30 +00:00
DosangGu
027b4c1352
add XML block marker
2023-02-09 08:01:44 +00:00
alstr
1f9b697c21
Update Docker image version
2023-02-08 09:07:18 +00:00
Kevin M Sampson
a9bdb9cfb7
Update base_url to use github_url
2023-02-07 07:06:11 -06:00
Kevin M Sampson
769741e3bf
Add GITHUB_URL to support GHES
2023-02-03 14:59:00 -06:00
alstr
b502887928
Upgrade certifi
2022-12-22 08:54:30 +00:00
Alastair Mooney
e1e9be5f9f
Update README.md
2022-12-22 08:37:25 +00:00
Alastair Mooney
10830c6ad1
Merge pull request #137 from klarkc/master
...
Add Nix support
2022-12-22 08:32:44 +00:00
Alastair Mooney
f8b1f77543
Merge branch 'master' into master
2022-12-22 08:32:29 +00:00
Alastair Mooney
8c572e1589
Merge pull request #136 from walizw/master
...
added GDScript
2022-12-22 08:24:23 +00:00
Walker
de829edf0c
Add Nix support
2022-12-21 14:46:54 -03:00
Sara
5c1945ed0a
fixed gdscript
2022-12-15 15:08:03 +00:00
Sara
dc1cbbf703
added GDScript
2022-12-10 21:45:51 +00:00
Alastair Mooney
687d7b27d4
Merge pull request #135 from battis/master
...
Clarify optional input documentation (single-quotes)
2022-11-01 13:53:59 +00:00
Seth Battis
e4dffbafb9
Clarify optional input documentation
...
After a bit of trial and error, I gather that the workflow API must only provide strings as input. QED, the optional inputs have to be strings. Not a big deal, except for the IDENTIFIERS value which needs to be a JSON string, which looks exactly like a YAML sequence. Updated documentation to include what I needed to see to resolve this. (Now with prettier, less-exhausting single quotes.)
2022-11-01 09:25:51 -04:00
Seth Battis
ffe68fca6c
Clarify optional input documentation
...
After a bit of trial and error, I gather that the workflow API must only provide strings as input. QED, the optional inputs have to be strings. Not a big deal, except for the `IDENTIFIERS` value which needs to be a JSON string, which looks exactly like a YAML sequence. Updated documentation to include what I needed to see to resolve this.
2022-10-28 17:59:48 +00:00
alstr
fe135b98ad
Update README.md
2022-10-27 14:55:03 +01:00
alstr
951fc4f740
Update README.md
2022-10-27 14:40:06 +01:00
alstr
0bc639834b
Add requirements.txt
2022-10-27 12:35:38 +01:00
alstr
bbe34634af
Update workflows
...
Closes #132
2022-10-27 12:32:17 +01:00
alstr
216450e77f
Fix SHA when workflow run manually
2022-10-27 11:43:39 +01:00
alstr
eb4306a705
Update input names
2022-10-27 10:10:19 +01:00