Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

fix: Add width/height on project fork #102

fix: Add width/height on project fork

fix: Add width/height on project fork #102

Workflow file for this run

name: Go Test
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Test
run: go test -v ./tests