fix off by one error when receiving image request #163
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: | |
merge_group: | |
push: | |
branches: | |
- main | |
jobs: | |
check: | |
uses: ./.github/workflows/check.yml | |
dependencies: | |
uses: ./.github/workflows/dependencies.yml | |
test: | |
uses: ./.github/workflows/test.yml |