Skip to content

build(deps-dev): bump @babel/cli from 7.21.0 to 7.22.15 #30

build(deps-dev): bump @babel/cli from 7.21.0 to 7.22.15

build(deps-dev): bump @babel/cli from 7.21.0 to 7.22.15 #30

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@v3
- name: "👷 Install dependencies"
run: npm install
- name: "🚨 Lint source code"
run: npm run lint
# - name: "🐛 Run tests"
# run: npm run test