Skip to content

Tile rectangle tool respects flip and rotate flags #33

Tile rectangle tool respects flip and rotate flags

Tile rectangle tool respects flip and rotate flags #33

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
cache: 'npm'
- run: npm clean-install
- run: npm test