Skip to content

fix: install without checking out #2

fix: install without checking out

fix: install without checking out #2

name: Create scaf project
on: [push, pull_request]
jobs:
setup:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Install Requirements
run: |
curl -sSL https://raw.githubusercontent.com/sixfeetup/scaf/main/install.sh | sh
- name: Create Project with Scaf
run: |
/usr/local/bin/scaf myproject