Skip to content

ci: add test.yaml

ci: add test.yaml #1

Workflow file for this run

name: Setup
on:
workflow_call:
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Install V
run: |
mkdir -p /opt

Check failure on line 12 in .github/workflows/setup.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/setup.yaml

Invalid workflow file

You have an error in your yaml syntax on line 12
cd /opt
git clone --depth 1 https://github.com/vlang/v
cd v
make
./v symlink