Skip to content

fix invalid workflow file #2

fix invalid workflow file

fix invalid workflow file #2

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
strategy:

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

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 7, Col: 5): Required property is missing: runs-on
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- run: |
mkdir -p ~/dotfiles-install-dir
- run: |
HOME=~/dotfiles-install-dir ./install