[READY] - set starttime, check status of api query, and resize header.png #26
Workflow file for this run
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: check images | |
on: | |
pull_request: | |
push: # runs on every push | |
workflow_dispatch: | |
jobs: | |
check_images: | |
name: check images | |
runs-on: ubuntu-latest | |
container: | |
image: perl@sha256:1ec7df9b6c70e31b05d937f929ddfe06a6a1966d98c09ae78ecfbb391a364739 | |
steps: | |
- name: checkout | |
id: checkout | |
uses: actions/checkout@v2 | |
- name: check images | |
run: ./scripts/check_images.sh |