Skip to content

chore(deps-dev): bump undici from 7.28.0 to 7.29.0 (#80) #83

chore(deps-dev): bump undici from 7.28.0 to 7.29.0 (#80)

chore(deps-dev): bump undici from 7.28.0 to 7.29.0 (#80) #83

Workflow file for this run

name: Lint Awesome List
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Awesome Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Set up Node.js
uses: actions/setup-node@v7
with:
node-version: 24
cache: 'npm'
cache-dependency-path: "**/package-lock.json"
- name: Install dependencies
run: npm ci
- name: Run Linter
run: npm run lint