Skip to content

fix(zapier): drop hard-coded field names from static samples (T004) #13

fix(zapier): drop hard-coded field names from static samples (T004)

fix(zapier): drop hard-coded field names from static samples (T004) #13

Triggered via push June 29, 2026 03:59
Status Success
Total duration 19s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
unicorn(no-array-sort): packages/zapier/test/unit.test.ts#L68
Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(no-array-sort): packages/zapier/src/triggers/new_or_updated_record.ts#L21
Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(no-array-sort): packages/zapier/src/triggers/new_record.ts#L12
Use `Array#toSorted()` instead of `Array#sort()`.