Skip to content

build(deps-dev): bump typescript from 5.2.2 to 5.5.3 #163

build(deps-dev): bump typescript from 5.2.2 to 5.5.3

build(deps-dev): bump typescript from 5.2.2 to 5.5.3 #163

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