Skip to content

Commit

Permalink
chore: split into file per function
Browse files Browse the repository at this point in the history
* split write.ts into one file per function
  • Loading branch information
ktrz committed Jan 30, 2024
1 parent 785a741 commit 15d10af
Show file tree
Hide file tree
Showing 26 changed files with 643 additions and 551 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root = true

[*.ts]
indent_style = space
indent_size = 4
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as core from '@actions/core';
import { configFromJobInput } from './config';
import { extractResult } from './extract';

import { writeBenchmark } from './write';

async function main() {
Expand Down
Loading

0 comments on commit 15d10af

Please sign in to comment.