mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-09-05 08:05:47 -06: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
|