Skip to content

ci: ⚙️ Add linter to GitHub actions #5

ci: ⚙️ Add linter to GitHub actions

ci: ⚙️ Add linter to GitHub actions #5

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run Tests
run: cargo test