mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-01-10 09:09:00 -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
|