Skip to content

[ci] Update GitHub actions for Node.js v20 #112

[ci] Update GitHub actions for Node.js v20

[ci] Update GitHub actions for Node.js v20 #112

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
defaults:
run:
working-directory: sw/rust
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Linting
run: cargo fmt --check
- name: Build
run: cargo build --verbose --release