Skip to content

fix(templates): modify cli to add docs while scaffolding application #274

fix(templates): modify cli to add docs while scaffolding application

fix(templates): modify cli to add docs while scaffolding application #274

Workflow file for this run

---
name: Docker Build
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build Image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- run: docker-compose build