starter-docker-yarn-actions/.github/workflows/main.yml

21 lines
385 B
YAML
Raw Normal View History

2021-03-26 20:49:41 +07:00
name: CI
on:
push:
branches: [ main ]
2021-03-26 20:49:41 +07:00
jobs:
build:
runs-on: ubuntu-latest
steps:
2021-07-14 18:20:45 +07:00
-
name: Checkout
uses: actions/checkout@v2
-
name: Starter Docker Yarn Test
2021-07-14 15:26:54 +07:00
uses: cubetiq/starter-docker-yarn-actions@main
2021-03-26 21:13:21 +07:00
with:
2021-07-14 18:20:45 +07:00
run: docker version; echo Node":" $(node --version); echo Yarn":" $(yarn --version)