From de9ac74b4e4d6e4a88a130b412d85c4fbfea67ac Mon Sep 17 00:00:00 2001 From: Tobiah Zarlez Date: Thu, 3 Sep 2020 09:18:06 -0700 Subject: [PATCH] Create inclusivelint.yml --- .github/workflows/inclusivelint.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/inclusivelint.yml diff --git a/.github/workflows/inclusivelint.yml b/.github/workflows/inclusivelint.yml new file mode 100644 index 0000000..43f2c52 --- /dev/null +++ b/.github/workflows/inclusivelint.yml @@ -0,0 +1,23 @@ +name: Inclusive check + +on: + workflow_dispatch: + +jobs: + inclusivelint: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Install inclusive linter + run: | + wget https://github.com/fernandoBRS/inclusive-linter/releases/download//inclusivelint + sudo chmod +x inclusivelint && mv inclusivelint /usr/bin + mdkir ~/.inclusivelint + wget https://github.com/fernandoBRS/inclusive-linter/releases/download//outputRelation.txt + mv outputRelation.txt ~/.inclusivelint + - name: Run inclusive linter + run: | + export TERM=xterm + inclusivelint .