Skip to content

✏️ Fix a typo in v8_exports.rs #17

✏️ Fix a typo in v8_exports.rs

✏️ Fix a typo in v8_exports.rs #17

Workflow file for this run

on: [ push, pull_request ]
name: Clippy check
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Run Clippy
run: cargo clippy --all-targets --all-features