Skip to content

fix(ci): Resolve workflow-linter self-matching and metadata issues #90

fix(ci): Resolve workflow-linter self-matching and metadata issues

fix(ci): Resolve workflow-linter self-matching and metadata issues #90

Workflow file for this run

# SPDX-License-Identifier: PMPL-1.0-or-later
permissions: read-all
name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose