Skip to content

Made some changes to CSS for the orderform and how <div> where implem… #98

Made some changes to CSS for the orderform and how <div> where implem…

Made some changes to CSS for the orderform and how <div> where implem… #98

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "20"
- run: npm ci
- run: npm test