Skip to content

Replace composite action "Install DevOps" with "Cache Rust" #56

Replace composite action "Install DevOps" with "Cache Rust"

Replace composite action "Install DevOps" with "Cache Rust" #56

Workflow file for this run

on:
- push
- pull_request
jobs:
main:
runs-on: ubuntu-22.04
steps:
# Setup
- uses: actions/checkout@v4
- uses: ./.github/actions/cache-nodejs
- uses: ./.github/actions/cache-rust
- run: npm install --global prettier
# Verify
- run: prettier --write **/*.yaml **/*.md
- run: cargo fmt
- uses: ./.github/actions/check-formatting
- run: cargo test