Skip to content

Indentation

Indentation #3

Workflow file for this run

name: Build ATOS from source
on:
pull_request:
push:
branches:
- dev
jobs:
build-and-test:

Check failure on line 10 in .github/workflows/build_source.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_source.yaml

Invalid workflow file

You have an error in your yaml syntax on line 10
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
fail-fast: false
steps:
- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
required-ros-distributions: foxy
- name: Run Tests
uses: ros-tooling/[email protected]
with:
package-name: atos
- name: Upload Logs
uses: actions/upload-artifact@v1
with:
name: colcon-logs
path: ros_ws/log
if: always()