mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-01-10 00:59:01 -07:00
9 lines
144 B
YAML
9 lines
144 B
YAML
---
|
|
version: '3.9'
|
|
services:
|
|
shellcheck:
|
|
image: koalaman/shellcheck-alpine:latest
|
|
volumes:
|
|
- ".:/build"
|
|
working_dir: /build
|