Skip to content

chore(main): release 0.1.2 #78

chore(main): release 0.1.2

chore(main): release 0.1.2 #78

Workflow file for this run

name: ci
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: cargo test
- run: cargo fmt --all -- --check
- run: cargo clippy
- run: cargo build
- run: npm ci
- run: npm run lint
# vscode requires an X Server
- name: npm test
run: xvfb-run npm test