Skip to content

fix: image banners go via-cream #169

fix: image banners go via-cream

fix: image banners go via-cream #169

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install packages
run: npm install
- name: Run tests
run: npm test