Skip to content

feat: Added possibility to add sorting algorithms to table columns #13

feat: Added possibility to add sorting algorithms to table columns

feat: Added possibility to add sorting algorithms to table columns #13

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
run: rustup target add wasm32-unknown-unknown
- name: Build
run: cargo build --target wasm32-unknown-unknown --verbose