Skip to content

Strip hygiene code in favor of UUIDs #215

Strip hygiene code in favor of UUIDs

Strip hygiene code in favor of UUIDs #215

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request: {}
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Rust Tests
run: cargo test --verbose
- name: Build Rust Package
run: ./build.sh
- name: Node Tests
run: npm test
- run: npm run lint:package
- run: npm run lint:published-types