diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef1c2b6..e3a9326 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,9 @@ jobs: with: node-version: "18" + - name: Install dependencies + run: npm i + - name: Linting run: npx -y prettier -c .