Skip to content

Move CI to GH actions #21

Move CI to GH actions

Move CI to GH actions #21

Workflow file for this run

name: Build and Publish
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-publish:
name: Buid and Publish CS3APIS
runs-on: ubuntu-latest
steps:
- name: build-and-publish
with:
images: cs3org/cs3apis-build:master
run: cs3apis-build -push-go -push-python -push-js -push-node -git-ssh

Check failure on line 17 in .github/workflows/build-publish.yml

View workflow run for this annotation

GitHub Actions / Build and Publish

Invalid workflow file

The workflow is not valid. .github/workflows/build-publish.yml (Line: 17, Col: 9): Unexpected value 'run' .github/workflows/build-publish.yml (Line: 14, Col: 9): Required property is missing: uses