starter-docker-yarn-actions/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 16: could not find expected ':'

20 lines
349 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@master
with:
run: |
docker version
node --version
npm --version
npx --version
yarn --version