Skip to content

Merge pull request #1 from katlyn/feat/random-of-aspect-ratio #59

Merge pull request #1 from katlyn/feat/random-of-aspect-ratio

Merge pull request #1 from katlyn/feat/random-of-aspect-ratio #59

Workflow file for this run

on: [push, pull_request]
name: Tests
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run getshiggies
- run: bun test