Skip to content

ci: Refactor GitHub workflows #2

ci: Refactor GitHub workflows

ci: Refactor GitHub workflows #2

Workflow file for this run

name: Rust CI

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

View workflow run for this annotation

GitHub Actions / .github/workflows/rust.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
push:
branches:
- main
pull_request:
paths:
- .github/workflows/rust.yml
- Cargo.toml
- crates/**
- src/**
jobs:
hello:
steps:
run: |
echo "Hello, World!"
exit 0