mirror of
https://github.com/felixblaschke/shelf_plus.git
synced 2025-08-03 17:43:18 +08:00
Add example_cors example to CI script
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -7,9 +7,9 @@ name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ '*' ]
|
||||
branches: ["*"]
|
||||
pull_request:
|
||||
branches: [ '*' ]
|
||||
branches: ["*"]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -27,9 +27,10 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
dart pub get
|
||||
dart pub get --directory=example/example_cors
|
||||
dart pub get --directory=example/example_rest
|
||||
dart pub get --directory=example/example_websocket_chat
|
||||
|
||||
|
||||
- name: Verify formatting
|
||||
run: dart format --output=none --set-exit-if-changed .
|
||||
|
||||
|
Reference in New Issue
Block a user