pyodide / pyodide-actions

Github Actions for Pyodide
Mozilla Public License 2.0
7 stars 5 forks source link

Reindent `with:` in YAML @ README examples #9

Closed webknjaz closed 9 months ago

webknjaz commented 9 months ago

The YAML examples had all with: lines lacking two spaces in their indentation, effectively presenting broken YAML snippets. This patch corrects that by applying the correct indentation.