Skip to content

fix: update default snap template (#5) #9

fix: update default snap template (#5)

fix: update default snap template (#5) #9

Workflow file for this run

name: Rust
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
jobs:
build:
name: build

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

View workflow run for this annotation

GitHub Actions / Rust

Invalid workflow file

The workflow is not valid. .github/workflows/rust.yml (Line: 15, Col: 5): Required property is missing: runs-on
steps:
- uses: actions/checkout@v3
- name: Install Rust
run: rustup show
- name: Build
run: cargo build