Skip to content

set max-width on footer, align to content, buttons equal size #564

set max-width on footer, align to content, buttons equal size

set max-width on footer, align to content, buttons equal size #564

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn test:mocha
- run: |
echo ::add-matcher::.github/eslint.json
yarn run eslint src test --format=compact
- uses: actions/upload-artifact@v3
if: failure()
with:
name: test-output-changes
path: |
test/output/*-changed.*
test/output/build/*-changed/