Add calls for listing all types of shares and include storage resource info #34
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Build only | |
on: | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
name: Build only | |
runs-on: ubuntu-latest | |
container: cs3org/cs3apis-build:master | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: build-and-publish | |
run: cs3apis-build |