build(deps): bump @gouvfr-anct/lieux-de-mediation-numerique from 1.22.1 to 2.0.1 #4595
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validation des fichiers de configuration | |
on: pull_request | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
cache: npm | |
node-version-file: package.json | |
- name: Install modules | |
run: npm i | |
- name: Tests | |
run: npm run test:config |