From 8ba2608cb899aea09bd1a94d5030902594319217 Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Mon, 12 Sep 2022 14:25:39 +0530 Subject: [PATCH 01/14] added github action for non inclusive words check Signed-off-by: Aravindkumar Mg --- .github/workflows/non-inclusive.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/non-inclusive.yml diff --git a/.github/workflows/non-inclusive.yml b/.github/workflows/non-inclusive.yml new file mode 100644 index 0000000..d50b409 --- /dev/null +++ b/.github/workflows/non-inclusive.yml @@ -0,0 +1,16 @@ +name: woke +on: + - pull_request +jobs: + woke: + name: woke + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: woke + uses: get-woke/woke-action@v0 + with: + # Cause the check to fail on any broke rules + fail-on-error: true From 55160c61751340a99fb59711bb54b61542e1a1c6 Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Mon, 12 Sep 2022 16:41:41 +0530 Subject: [PATCH 02/14] testing inclusive-linter Signed-off-by: Aravindkumar Mg --- .github/workflows/inclusive-linter.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/inclusive-linter.yml diff --git a/.github/workflows/inclusive-linter.yml b/.github/workflows/inclusive-linter.yml new file mode 100644 index 0000000..872749e --- /dev/null +++ b/.github/workflows/inclusive-linter.yml @@ -0,0 +1,22 @@ +name: inclusive-linter +on: + - pull_request +jobs: + inclusive-linter: + name: inclusive-linter + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Install inclusive linter + run: | + wget https://github.com/fernandoBRS/inclusive-linter/releases/download/0.0.6/inclusivelint + sudo chmod +x inclusivelint && mv inclusivelint /usr/bin + mdkir ~/.inclusivelint + wget https://github.com/fernandoBRS/inclusive-linter/releases/download/0.0.6/outputRelation.txt + mv outputRelation.txt ~/.inclusivelint + - name: Run inclusive linter + run: | + export TERM=xterm + inclusivelint . From 5a8a931b490bf688a692a3ab2edffd6089be9397 Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Mon, 12 Sep 2022 17:01:22 +0530 Subject: [PATCH 03/14] testing Signed-off-by: Aravindkumar Mg --- .github/workflows/inclusive-linter.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/inclusive-linter.yml b/.github/workflows/inclusive-linter.yml index 872749e..da327c1 100644 --- a/.github/workflows/inclusive-linter.yml +++ b/.github/workflows/inclusive-linter.yml @@ -16,7 +16,7 @@ jobs: mdkir ~/.inclusivelint wget https://github.com/fernandoBRS/inclusive-linter/releases/download/0.0.6/outputRelation.txt mv outputRelation.txt ~/.inclusivelint - - name: Run inclusive linter - run: | - export TERM=xterm - inclusivelint . + - name: Run inclusive linter + run: | + export TERM=xterm + inclusivelint . From eec5a093e505697ae6429c0debc8310dfd383d51 Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Mon, 12 Sep 2022 17:19:38 +0530 Subject: [PATCH 04/14] Update inclusive-linter.yml --- .github/workflows/inclusive-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/inclusive-linter.yml b/.github/workflows/inclusive-linter.yml index da327c1..dbe6ef8 100644 --- a/.github/workflows/inclusive-linter.yml +++ b/.github/workflows/inclusive-linter.yml @@ -11,10 +11,10 @@ jobs: - name: Install inclusive linter run: | - wget https://github.com/fernandoBRS/inclusive-linter/releases/download/0.0.6/inclusivelint + wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/inclusivelint sudo chmod +x inclusivelint && mv inclusivelint /usr/bin mdkir ~/.inclusivelint - wget https://github.com/fernandoBRS/inclusive-linter/releases/download/0.0.6/outputRelation.txt + wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/outputRelation.txt mv outputRelation.txt ~/.inclusivelint - name: Run inclusive linter run: | From 85467589c69845bcca92259e6d0038dc058a9ab7 Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Mon, 12 Sep 2022 18:06:27 +0530 Subject: [PATCH 05/14] Update inclusive-linter.yml --- .github/workflows/inclusive-linter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/inclusive-linter.yml b/.github/workflows/inclusive-linter.yml index dbe6ef8..b139ed4 100644 --- a/.github/workflows/inclusive-linter.yml +++ b/.github/workflows/inclusive-linter.yml @@ -12,10 +12,10 @@ jobs: - name: Install inclusive linter run: | wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/inclusivelint - sudo chmod +x inclusivelint && mv inclusivelint /usr/bin - mdkir ~/.inclusivelint + sudo chmod +x inclusivelint && sudo mv inclusivelint /usr/bin + sudo mdkir ~/.inclusivelint wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/outputRelation.txt - mv outputRelation.txt ~/.inclusivelint + sudo mv outputRelation.txt ~/.inclusivelint - name: Run inclusive linter run: | export TERM=xterm From 647e9ffa5ff029bd3fde83286ade472d5693b54e Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Mon, 12 Sep 2022 18:07:43 +0530 Subject: [PATCH 06/14] Update inclusive-linter.yml --- .github/workflows/inclusive-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/inclusive-linter.yml b/.github/workflows/inclusive-linter.yml index b139ed4..79b5d37 100644 --- a/.github/workflows/inclusive-linter.yml +++ b/.github/workflows/inclusive-linter.yml @@ -13,7 +13,7 @@ jobs: run: | wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/inclusivelint sudo chmod +x inclusivelint && sudo mv inclusivelint /usr/bin - sudo mdkir ~/.inclusivelint + sudo mkdir ~/.inclusivelint wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/outputRelation.txt sudo mv outputRelation.txt ~/.inclusivelint - name: Run inclusive linter From b19ebc0c6583d3a4634d16bfe3ac4638799127f0 Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Mon, 12 Sep 2022 18:20:03 +0530 Subject: [PATCH 07/14] Update inclusive-linter.yml --- .github/workflows/inclusive-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/inclusive-linter.yml b/.github/workflows/inclusive-linter.yml index 79b5d37..12383c3 100644 --- a/.github/workflows/inclusive-linter.yml +++ b/.github/workflows/inclusive-linter.yml @@ -12,10 +12,10 @@ jobs: - name: Install inclusive linter run: | wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/inclusivelint - sudo chmod +x inclusivelint && sudo mv inclusivelint /usr/bin + sudo chmod +x inclusivelint && dos2unix inclusivelint inclusivelint && sudo mv inclusivelint /usr/bin sudo mkdir ~/.inclusivelint wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/outputRelation.txt - sudo mv outputRelation.txt ~/.inclusivelint + sudo dos2unix outputRelation.txt outputRelation.txt && sudo mv outputRelation.txt ~/.inclusivelint - name: Run inclusive linter run: | export TERM=xterm From e3e990a347b6e7b70d80fdbc45184dde26a26b77 Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Mon, 12 Sep 2022 18:21:35 +0530 Subject: [PATCH 08/14] Update inclusive-linter.yml --- .github/workflows/inclusive-linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/inclusive-linter.yml b/.github/workflows/inclusive-linter.yml index 12383c3..2f3bd2b 100644 --- a/.github/workflows/inclusive-linter.yml +++ b/.github/workflows/inclusive-linter.yml @@ -12,6 +12,7 @@ jobs: - name: Install inclusive linter run: | wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/inclusivelint + sudo apt install dos2unix sudo chmod +x inclusivelint && dos2unix inclusivelint inclusivelint && sudo mv inclusivelint /usr/bin sudo mkdir ~/.inclusivelint wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/outputRelation.txt From 7be10ead2de453276057c2ada59d66234a6b48c8 Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Mon, 12 Sep 2022 18:23:19 +0530 Subject: [PATCH 09/14] Update inclusive-linter.yml --- .github/workflows/inclusive-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/inclusive-linter.yml b/.github/workflows/inclusive-linter.yml index 2f3bd2b..540649b 100644 --- a/.github/workflows/inclusive-linter.yml +++ b/.github/workflows/inclusive-linter.yml @@ -14,9 +14,9 @@ jobs: wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/inclusivelint sudo apt install dos2unix sudo chmod +x inclusivelint && dos2unix inclusivelint inclusivelint && sudo mv inclusivelint /usr/bin - sudo mkdir ~/.inclusivelint + mkdir ~/.inclusivelint wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/outputRelation.txt - sudo dos2unix outputRelation.txt outputRelation.txt && sudo mv outputRelation.txt ~/.inclusivelint + dos2unix outputRelation.txt outputRelation.txt && mv outputRelation.txt ~/.inclusivelint - name: Run inclusive linter run: | export TERM=xterm From de8de7762208a06dacdf7f80e8fa0cf5643bdbf1 Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Mon, 12 Sep 2022 18:24:57 +0530 Subject: [PATCH 10/14] Update inclusive-linter.yml --- .github/workflows/inclusive-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/inclusive-linter.yml b/.github/workflows/inclusive-linter.yml index 540649b..924d8a9 100644 --- a/.github/workflows/inclusive-linter.yml +++ b/.github/workflows/inclusive-linter.yml @@ -20,4 +20,4 @@ jobs: - name: Run inclusive linter run: | export TERM=xterm - inclusivelint . + sudo inclusivelint . From 64f78fd72ac7d1ef595397c917bc1457ddebfa6c Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Mon, 12 Sep 2022 18:29:56 +0530 Subject: [PATCH 11/14] Update inclusive-linter.yml --- .github/workflows/inclusive-linter.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/inclusive-linter.yml b/.github/workflows/inclusive-linter.yml index 924d8a9..0bae7af 100644 --- a/.github/workflows/inclusive-linter.yml +++ b/.github/workflows/inclusive-linter.yml @@ -14,9 +14,10 @@ jobs: wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/inclusivelint sudo apt install dos2unix sudo chmod +x inclusivelint && dos2unix inclusivelint inclusivelint && sudo mv inclusivelint /usr/bin - mkdir ~/.inclusivelint + sudo mkdir ~/.inclusivelint wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/outputRelation.txt - dos2unix outputRelation.txt outputRelation.txt && mv outputRelation.txt ~/.inclusivelint + sudo mv outputRelation.txt ~/.inclusivelint + sudo ls -ltr /root/.inclusivelint/ - name: Run inclusive linter run: | export TERM=xterm From f4503102591b93252fe39274fcb61a0e86b81e21 Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Mon, 12 Sep 2022 18:33:48 +0530 Subject: [PATCH 12/14] Update inclusive-linter.yml --- .github/workflows/inclusive-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/inclusive-linter.yml b/.github/workflows/inclusive-linter.yml index 0bae7af..b951425 100644 --- a/.github/workflows/inclusive-linter.yml +++ b/.github/workflows/inclusive-linter.yml @@ -14,9 +14,9 @@ jobs: wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/inclusivelint sudo apt install dos2unix sudo chmod +x inclusivelint && dos2unix inclusivelint inclusivelint && sudo mv inclusivelint /usr/bin - sudo mkdir ~/.inclusivelint + sudo mkdir -p /root/.inclusivelint/ wget https://github.com/inclusivelint/inclusivelint/releases/download/0.0.6/outputRelation.txt - sudo mv outputRelation.txt ~/.inclusivelint + sudo mv outputRelation.txt /root/.inclusivelint/ sudo ls -ltr /root/.inclusivelint/ - name: Run inclusive linter run: | From b142717a34ed8420a589d32ba95a7c9d2f54b81b Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Wed, 14 Sep 2022 10:17:41 +0530 Subject: [PATCH 13/14] Update non-inclusive.yml --- .github/workflows/non-inclusive.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/non-inclusive.yml b/.github/workflows/non-inclusive.yml index d50b409..d1927d1 100644 --- a/.github/workflows/non-inclusive.yml +++ b/.github/workflows/non-inclusive.yml @@ -12,5 +12,6 @@ jobs: - name: woke uses: get-woke/woke-action@v0 with: + woke-args: debug # Cause the check to fail on any broke rules fail-on-error: true From 37c628163dd008d6122129f32575c9d88f70de2c Mon Sep 17 00:00:00 2001 From: Aravindkumar Mg Date: Wed, 14 Sep 2022 10:21:22 +0530 Subject: [PATCH 14/14] Update non-inclusive.yml --- .github/workflows/non-inclusive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/non-inclusive.yml b/.github/workflows/non-inclusive.yml index d1927d1..45666f3 100644 --- a/.github/workflows/non-inclusive.yml +++ b/.github/workflows/non-inclusive.yml @@ -12,6 +12,6 @@ jobs: - name: woke uses: get-woke/woke-action@v0 with: - woke-args: debug + woke-args: --debug # Cause the check to fail on any broke rules fail-on-error: true