Skip to content

ci: Refactor GitHub workflows #1

ci: Refactor GitHub workflows

ci: Refactor GitHub workflows #1

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

No steps defined in `steps` and no workflow called in `uses` for the following jobs: hello
on:
push:
branches:
- main
pull_request:
paths:
- .github/workflows/rust.yml
- Cargo.toml
- crates/**
- src/**
jobs:
hello:
run: |
echo "Hello, World!"
exit 0