Skip to content

Workflow file for this run

name: playground
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Prepare build environment
uses: easimon/maximize-build-space@master
with:
swap-size-mb: 2
remove-dotnet: 'true'
remove-android: 'true'
- name: hehe
uses: docker://archlinux:latest
with:
args: |
df -h

Check failure on line 20 in .github/workflows/blank.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/blank.yml

Invalid workflow file

You have an error in your yaml syntax on line 20