From 062ce4770204b96e227a2dbf227a6b96311f6c7e Mon Sep 17 00:00:00 2001 From: Arti <59352535+artifishvr@users.noreply.github.com> Date: Fri, 31 May 2024 00:04:00 -0700 Subject: [PATCH] i have no idea if this is valid workflow syntax --- .github/workflows/prettier-lint.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/prettier-lint.yml 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 .