Skip to content

feat: ✨ rename x-printone webhook headers to x-webhook #88

feat: ✨ rename x-printone webhook headers to x-webhook

feat: ✨ rename x-printone webhook headers to x-webhook #88

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- "docs/**"
- "**/*.md"
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test
env:
API_KEY: ${{ secrets.API_KEY }}
API_URL: ${{ secrets.API_URL }}
- name: Build
run: npm run build