Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Update ohno.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thewsomeguy authored Jul 11, 2021
1 parent df245e8 commit 8622295
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ohno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ jobs:
uses: shogo82148/actions-setup-perl@v1
- name: run perl
run: perl ./OHNO/ohno.pl

- name: install typescript
run: npm install typescript
- name: compile typescript
run: npx tsc ./OHNO/ohno.ts --target esnext --outfile ohno-ts.js
- name: run ts
run: node ohno-ts.js

windOHNOs:
runs-on: windows-latest
Expand Down

0 comments on commit 8622295

Please sign in to comment.