Skip to content

Commit

Permalink
chore: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rinej committed Apr 17, 2024
1 parent 8c5dc6d commit f68f50f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* NOTE: After changes to the file it needs to be compiled using [`ncc`](https://github.com/vercel/ncc)
* Example: ncc build -t validateReassureOutput.ts -o index.js
*/

import * as core from '@actions/core';
import type {CompareResult, PerformanceEntry} from '@callstack/reassure-compare/src/types';
import fs from 'fs';
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/reassurePerfTests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# NOTE: After changes to the file it needs to be compiled using [`ncc`](https://github.com/vercel/ncc)
# Example: ncc build -t validateReassureOutput.ts -o index.js

name: Reassure Performance Tests

on:
Expand Down

0 comments on commit f68f50f

Please sign in to comment.