Skip to content

ci: Refactor CI workflow #4

ci: Refactor CI workflow

ci: Refactor CI workflow #4

Workflow file for this run

name: Rust CI
on:
push:
branches:
- main
pull_request:
paths:
- .github/workflows/rust.yml
- Cargo.toml
- crates/**
- src/**
jobs:
hello:
steps:

Check failure on line 16 in .github/workflows/rust.yml

View workflow run for this annotation

GitHub Actions / Rust CI

Invalid workflow file

The workflow is not valid. .github/workflows/rust.yml (Line: 16, Col: 5): Required property is missing: runs-on
- run: |
echo "Hello, World!"
exit 0