diff --git a/.github/workflows/prettier-lint.yml b/.github/workflows/prettier-lint.yml new file mode 100644 index 0000000..9aa3656 --- /dev/null +++ b/.github/workflows/prettier-lint.yml @@ -0,0 +1,10 @@ +name: Prettier Linting + +on: + push: + +jobs: + - uses: actions/checkout@v2 # Check out the repository first. + - uses: actionsx/prettier@v2 + with: + args: --check .