Skip to content

fix incorrect return types of pwmp_get_node_total_runtime() #122

fix incorrect return types of pwmp_get_node_total_runtime()

fix incorrect return types of pwmp_get_node_total_runtime() #122

name: Run static analysis on commit
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build debug
run: cargo build --locked
- name: Build release
run: cargo build --locked
- name: Run clippy
run: cargo clippy -- -W clippy::pedantic -W clippy::nursery