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

15 lines
269 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
2021-07-14 15:26:54 +07:00
uses: cubetiq/starter-docker-yarn-actions@main
2021-03-26 21:13:21 +07:00
with:
run: docker version; node --version; yarn --version