Skip to content

feat(images): add webp (#11) #23

feat(images): add webp (#11)

feat(images): add webp (#11) #23

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Test
run: go test -v ./...