diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index e146101..10d73b2 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -20,7 +20,7 @@ jobs: [ -f .eslintrc.json ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/react-redux/.eslintrc.json [ -f .babelrc ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/react-redux/.babelrc - name: ESLint Report - run: npx eslint . + run: npx eslint . --fix stylelint: name: Stylelint runs-on: ubuntu-18.04 @@ -34,4 +34,4 @@ jobs: npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x [ -f .stylelintrc.json ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/react-redux/.stylelintrc.json - name: Stylelint Report - run: npx stylelint "**/*.{css,scss}" + run: npx stylelint "**/*.{css,scss}" --fix diff --git a/src/image/localhost_3002 Overview 2022-06-28 23.03.00.png b/src/image/localhost_3002 Overview 2022-06-28 23.03.00.png new file mode 100644 index 0000000..aacbbc3 Binary files /dev/null and b/src/image/localhost_3002 Overview 2022-06-28 23.03.00.png differ