diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index c5cd531..015ad17 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Webhint run: | npm install --save-dev hint@7.x - [ -f .hintrc ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/html-css-js/.hintrc + [ -f .hintrc ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/html-css/.hintrc - name: Webhint Report run: npx hint . stylelint: @@ -43,23 +43,9 @@ jobs: - name: Setup Stylelint run: | 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/html-css-js/.stylelintrc.json + [ -f .stylelintrc.json ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/html-css/.stylelintrc.json - name: Stylelint Report run: npx stylelint "**/*.{css,scss}" - eslint: - name: ESLint - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: "18.x" - - name: Setup ESLint - run: | - npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x - [ -f .eslintrc.json ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/html-css-js/.eslintrc.json - - name: ESLint Report - run: npx eslint . nodechecker: name: node_modules checker runs-on: ubuntu-22.04 diff --git a/index.html b/index.html index 75ede87..831e9e3 100644 --- a/index.html +++ b/index.html @@ -247,9 +247,6 @@
If you have an application you are interested in developing, a feature that you need built or a project that needs coding. + I’d love to help with it!
+