Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Merge pull request #15 from fluctuo/renovate/napi-2.x #28

Merge pull request #15 from fluctuo/renovate/napi-2.x

Merge pull request #15 from fluctuo/renovate/napi-2.x #28

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo build
- run: cargo test
- run: cargo doc
- run: cargo clippy