Skip to content

test build

test build #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

(Line: 14, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
rust:
runs-on: ubuntu-latest
steps:
- name: Build
- uses: actions/checkout@v4
- name: Run cargo check
run: cargo check
- name: Run cargo build
run: cargo build --release
- name: Install just
uses: taiki-e/install-action@just
- name: run just fmt
run: |
just fmt