diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index 6c66f43..49ca85c 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -17,8 +17,8 @@ jobs: node-version: '16.x' - name: Install dependencies run: npm install - - name: Lint CSS files - run: npx stylelint '**/*.css' --config .stylelintrc.json + # - name: Lint CSS files + # run: npx stylelint '**/*.css' --config .stylelintrc.json - name: Lint JavaScript files run: npx eslint '**/*.js' - name: Lint HTML files