diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index e5af6d5..6c66f43 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: npm install - name: Lint CSS files - run: npx stylelint '**/*.css' + run: npx stylelint '**/*.css' --config .stylelintrc.json - name: Lint JavaScript files run: npx eslint '**/*.js' - name: Lint HTML files