Skip to content

Add all missing photo URL size suffixes to Photo struct (#23) #21

Add all missing photo URL size suffixes to Photo struct (#23)

Add all missing photo URL size suffixes to Photo struct (#23) #21

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and release branch
pull_request:
push:
branches:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
- name: Install goveralls
run: go install github.com/mattn/goveralls@latest
- name: Test
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./runtests.sh