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 .