Skip to content

chore(deps): bump github/codeql-action from 4.31.9 to 4.31.11 #54

chore(deps): bump github/codeql-action from 4.31.9 to 4.31.11

chore(deps): bump github/codeql-action from 4.31.9 to 4.31.11 #54

Workflow file for this run

name: Rust CI
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose