Skip to content

Fix tact injection

Fix tact injection #68

Workflow file for this run

name: Build PR (Standard)
on:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
cache: "npm"
- run: npm ci
- run: npm run test
- run: CI=false npm run build