Skip to content

fix: add cors header to allow access from ref.tradetrust.io #62

fix: add cors header to allow access from ref.tradetrust.io

fix: add cors header to allow access from ref.tradetrust.io #62

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install Packages
run: npm ci
- name: Check Lint
run: npm run lint
- name: Build
run: npm run build
env:
VITE_GTM_ID: ${{ secrets.VITE_GTM_ID }}