Skip to content

ci: Refactor GitHub workflows #3

ci: Refactor GitHub workflows

ci: Refactor GitHub workflows #3

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:
- run: |
echo "Hello, World!"

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

View workflow run for this annotation

GitHub Actions / .github/workflows/rust.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
exit 0