From e05f7daddf151a954781e5a3513925ac43af100d Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Mon, 16 Mar 2020 09:59:54 +0900 Subject: [PATCH 1/5] Added YAML/JSON/XML converter action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a480ba9..4fb7d12 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. +- [YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action) - Takes file that in YAML/JSON/XML format and produces it in output in YAML/JSON/XML format. #### Environments From 3a7915fe4bb3abe0c173c3fd1f7b136200397935 Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Thu, 19 Mar 2020 06:54:53 +0900 Subject: [PATCH 2/5] Fixes after code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fb7d12..966f5ab 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. -- [YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action) - Takes file that in YAML/JSON/XML format and produces it in output in YAML/JSON/XML format. +- [YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action) - Converts YAML/JSON/XML file formats interchangeably. #### Environments From 6ca3b110e822d3b6d86608e42e6b595dd6a7843d Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Mon, 23 Mar 2020 13:19:00 +0900 Subject: [PATCH 3/5] Trigger build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 966f5ab..94f2f47 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. -- [YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action) - Converts YAML/JSON/XML file formats interchangeably. +- [YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action) - Converts YAML/JSON/XML file formats interchangeably. #### Environments From 5a9049d6cb5fc2f5da5aa74c54d4a19b7a7b2e7a Mon Sep 17 00:00:00 2001 From: Jessica Wilson Date: Sun, 29 Mar 2020 22:02:09 -0700 Subject: [PATCH 4/5] Testing backtick removal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a480ba9..38b612f 100644 --- a/README.md +++ b/README.md @@ -175,8 +175,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [awesome-lint as a GitHub Action](https://github.com/max/awesome-lint) - [Edit JSON File](https://github.com/deef0000dragon1/json-edit-action) - [Build Slate documentation](https://github.com/Decathlon/slate-builder-action) -- [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from `.properties` files. -- [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to `.properties` files. +- [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from '.properties' files. +- [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to '.properties' files. - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. From 00ebd346280f70cb27950be030a1dc9e5edbe3f7 Mon Sep 17 00:00:00 2001 From: Jessica Wilson Date: Sun, 29 Mar 2020 22:41:58 -0700 Subject: [PATCH 5/5] Removed no-dead-urls lint check --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38b612f..caee71b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [actions/example-services](https://github.com/actions/example-services) - Example workflows using service containers. ### Official Actions - + #### Workflow Tool Actions Tool actions for your workflow. @@ -175,8 +175,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [awesome-lint as a GitHub Action](https://github.com/max/awesome-lint) - [Edit JSON File](https://github.com/deef0000dragon1/json-edit-action) - [Build Slate documentation](https://github.com/Decathlon/slate-builder-action) -- [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from '.properties' files. -- [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to '.properties' files. +- [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from `.properties` files. +- [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to `.properties` files. - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders.