Skip to content

Add Dart Shelf Starter project to template data (alphabetically sorted) #85

Add Dart Shelf Starter project to template data (alphabetically sorted)

Add Dart Shelf Starter project to template data (alphabetically sorted) #85

Workflow file for this run

name: Test
on: pull_request
jobs:
test-build:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
- run: npm ci
- run: npm run build