Skip to content

Fix small border issue with thing cards that have no modifiers #228

Fix small border issue with thing cards that have no modifiers

Fix small border issue with thing cards that have no modifiers #228

Workflow file for this run

name: Compile and test
on:
push:
branches: [ "theseus" ]
pull_request:
branches: [ "theseus" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
npx webpack