From 5a9049d6cb5fc2f5da5aa74c54d4a19b7a7b2e7a Mon Sep 17 00:00:00 2001 From: Jessica Wilson Date: Sun, 29 Mar 2020 22:02:09 -0700 Subject: [PATCH 1/2] 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 2/2] 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.