From 15b5d1fbe4c8f31d34a6dd368fde7996ece8e908 Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 15:54:45 +0200 Subject: [PATCH] acid testing --- .github/workflows/futon-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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