starter-docker-github-actions/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 14: mapping key "uses" already defined at line 13
2021-07-14 17:02:20 +07:00

17 lines
271 B
YAML

name: CI
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Starter Docker Test
uses: actions/checkout@v2
uses: cubetiq/starter-docker-actions@main
with:
run: docker version; ls; pwd