Skip to content

chore(deps): bump @11ty/eleventy from 3.0.0-alpha.5 to 3.0.0-alpha.10 #48

chore(deps): bump @11ty/eleventy from 3.0.0-alpha.5 to 3.0.0-alpha.10

chore(deps): bump @11ty/eleventy from 3.0.0-alpha.5 to 3.0.0-alpha.10 #48

Workflow file for this run

name: Lint files
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache node modules
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies and lint files
run: |
npm ci
npm run lint