starter-docker-yarn-actions/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 15: mapping values are not allowed in this context

15 lines
297 B
YAML

name: CI
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Starter Docker Yarn Test
uses: cubetiq/starter-docker-yarn-actions@main
with:
run: docker version; echo Node: $(node --version); echo Yarn: $(yarn --version)