Skip to content

chore: replace if-cfg with #[cfg(..)] #6

chore: replace if-cfg with #[cfg(..)]

chore: replace if-cfg with #[cfg(..)] #6

name: Typo Check
on: [pull_request]
jobs:
check-for-typos:
runs-on: [taiko-runner]
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Check for typos
uses: crate-ci/typos@master