Skip to content

Update yml

Update yml #2

Workflow file for this run

name: Rust

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: build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
needs: [build_hello, build_variables]
strategy:
matrix:
include:
- name: Hello
job: build_hello
- name: Variables
job: build_variables