Skip to content

Reduce the gap between DFC cards images with the new hover card size #1314

Reduce the gap between DFC cards images with the new hover card size

Reduce the gap between DFC cards images with the new hover card size #1314

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.19.0
- name: Install modules
run: npm install
- name: Run tests
run: npm run test