Skip to content

extend ci/cd

extend ci/cd #1

Workflow file for this run

# SPDX-FileCopyrightText: Alliander N. V.
#
# SPDX-License-Identifier: Apache-2.0
name: build
on:
push:
branches: [main]
pull_request:
jobs:
build-workspace:
runs-on: ubuntu-latest
container: rcdt/robotics
steps:
- run: |
echo This job does specify a container.
ls