Skip to content

Missing Image.format #8

Missing Image.format

Missing Image.format #8

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
tests:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
run: docker build . -f tests/Dockerfile -t tests
- name: test
run: docker run --rm -t tests