Skip to content

build(deps-dev): bump prettier from 2.8.8 to 3.1.1 #87

build(deps-dev): bump prettier from 2.8.8 to 3.1.1

build(deps-dev): bump prettier from 2.8.8 to 3.1.1 #87

Workflow file for this run

name: "Check Ecoindex Badge quality"
on:
pull_request:
jobs:
lint:
name: "✅ Quality check"
runs-on: ubuntu-latest
steps:
- name: "🚀 Checkout code"
uses: actions/checkout@v4
- name: "👷 Install dependencies"
run: npm install
- name: "🚨 Lint source code"
run: npm run lint
# - name: "🐛 Run tests"
# run: npm run test