Skip to content

docs(hsh): 📝 update README.md with platform support #195

docs(hsh): 📝 update README.md with platform support

docs(hsh): 📝 update README.md with platform support #195

Workflow file for this run

name: 🧪 Check
on:
push:
branches:
- main
- feat/hsh
pull_request:
branches:
- feat/hsh
release:
types: [created]
jobs:
all:
name: Check
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
components: clippy
- uses: actions/checkout@v4
- name: Check lints
run: cargo check --all-targets --workspace --all-features