diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 741dae0..91660c3 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -10,12 +10,12 @@ jobs: uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 with: - version: 10 - cache: true + version: 10 + cache: true - name: Install node uses: actions/setup-node@v6 - with: - node-version: latest - cache: 'pnpm' + with: + node-version: latest + cache: "pnpm" - run: pnpm prettier . --check - - run: pnpm eslint . \ No newline at end of file + - run: pnpm eslint . diff --git a/package.json b/package.json index c6276ea..a773d71 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "rbxtsc", "watch": "rbxtsc -w", "lint": "eslint", + "prettier": "prettier", "production": "darklua minify out out" }, "keywords": [],