diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be72071..dc60280 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Install dependencies + run: npm install stylelint htmlhint - name: Lint uses: wearerequired/lint-action@v2 with: