Skip to content

⬆️ Bump the linters group across 1 directory with 2 updates #86

⬆️ Bump the linters group across 1 directory with 2 updates

⬆️ Bump the linters group across 1 directory with 2 updates #86

Workflow file for this run

name: Tests
on:
pull_request:
workflow_dispatch:
concurrency:
group: tests-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Test website build
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache-dependency-path: ${{ env.BUILD_PATH }}/package-lock.json
- name: Install dependencies
uses: ./.github/workflows/actions/install-dependencies
- name: Build Eleventy in production mode
run: npm run build