Skip to content

Cap image tag length at 128 chars (#5) #20

Cap image tag length at 128 chars (#5)

Cap image tag length at 128 chars (#5) #20

Workflow file for this run

name: CI
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run lint
run: docker-compose run --rm lint
- name: Run shellcheck
run: docker-compose run --rm shellcheck