Skip to content

chore(deps): bump next from 14.2.4 to 14.2.13 #501

chore(deps): bump next from 14.2.4 to 14.2.13

chore(deps): bump next from 14.2.4 to 14.2.13 #501

---
name: Config Validation
on: # yamllint disable-line rule:truthy
- push
jobs:
config-validation:
name: Config Validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Validate Default Configuration
run: npm run test:config-validation