Skip to content

test with 2 indents #203

test with 2 indents

test with 2 indents #203

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build my artifact
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: AdityaGarg8/remove-unwanted-software@v4.1

Check failure on line 11 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
with:
remove-android: 'true'
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
echo "Free space:"
df -h
- name: test
container: zephyrprojectrtos/ci:latest
run: echo hello