Skip to content

Change return type of process from string to { code, map } #226

Change return type of process from string to { code, map }

Change return type of process from string to { code, map } #226

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