Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

remove vaccine sparkline references #6979

remove vaccine sparkline references

remove vaccine sparkline references #6979

name: Eleventy PR Validation
on:
pull_request:
branches: [ master, hellofastcharts, preproduction, dependabotprs ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build 11ty
run: |
npm install
npm run build
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm test
run: |
npm run test:setup
npm test
env:
CI: true