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

20 lines
349 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:
- name: Starter Docker Yarn Test
uses: cubetiq/starter-docker-yarn-actions@master
2021-03-26 21:13:21 +07:00
with:
run: |
docker version
node --version
npm --version
npx --version
yarn --version