Skip to content

Update README.md (#54) #33

Update README.md (#54)

Update README.md (#54) #33

Workflow file for this run

name: Install boilerplate
on: [push]
env:
DOCKSAL_SSH_AGENT_USE_HOST: 0
DOCKSAL_DNS_DISABLED: 1
jobs:
install:
name: Verify boilerplate installs
runs-on: ubuntu-20.04
steps:
- name: Install Docksal
run: curl -fsSL https://get.docksal.io | bash
- name: fin sysinfo
run: fin sysinfo
- name: Checkout
uses: actions/checkout@v3
- name: Install boilerplate
run: fin init