Skip to content

build(deps): Bump cc from 1.2.38 to 1.2.39 #121

build(deps): Bump cc from 1.2.38 to 1.2.39

build(deps): Bump cc from 1.2.38 to 1.2.39 #121

Workflow file for this run

name: Lint
on: [ push, pull_request ]
permissions:
contents: read
jobs:
lint:
name: Cargo clippy & fmt
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: block
allowed-endpoints: >
archive.ubuntu.com:80
azure.archive.ubuntu.com:80
crates.io:443
esm.ubuntu.com:443
github.com:443
index.crates.io:443
motd.ubuntu.com:443
ppa.launchpadcontent.net:443
security.ubuntu.com:80
static.crates.io:443
static.rust-lang.org:443
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Rust toolchain
run: rustup show && rustup update
- name: cargo fmt
run: cargo fmt -- --check
- name: cargo clippy
run: cargo clippy --all-features --tests -- -D warnings
- name: cargo test
run: cargo test
check-spdx-headers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: enarx/spdx@b5bfdd4410071bf058c8333d0e70020001524b6b # master
with:
licenses: Apache-2.0