Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

content: Interoperabilità: checker #26

content: Interoperabilità: checker

content: Interoperabilità: checker #26

Workflow file for this run

on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Check all template data was replaced
if: ${{ github.repository != 'teamdigitale/gatsby-site' }}
run: grep CHANGE[M]E -r . && (echo "Replace all occurrences with values relevant to this site"; exit 1)
- run: npm ci
- run: npm run clean
- run: npm run build
- run: npm run lint