diff --git a/.github/workflows/FindReplaceAttributeEnd.yml b/.github/workflows/FindReplaceAttributeEnd.yml new file mode 100644 index 00000000..277ce00e --- /dev/null +++ b/.github/workflows/FindReplaceAttributeEnd.yml @@ -0,0 +1,13 @@ +name: add space at end of attributes +on: [push, pull_request] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Find and Replace + uses: jacobtomlinson/gha-find-replace@v3 + with: + find: '\"/>' + replace: '" />' + regex: false \ No newline at end of file