Skip to content

Commit

Permalink
case
Browse files Browse the repository at this point in the history
  • Loading branch information
theballaam96 committed Jan 21, 2024
1 parent 192bdf7 commit bce595a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/pr-analyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { Octokit } = require("@octokit/rest");
const fs = require('fs');
const path = require('path');
const midiFileParser = require("midi-file-parser");
const MidiConvert = require("MidiConvert");
const MidiConvert = require("midiconvert");

const invalid_chars = [
":", "/", "\'", "\"", "?", "#", "%", "&", "{", "}", "\\", "<", ">", "*", "$",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
npm install axios
npm install @octokit/rest
npm install midi-file-parser
npm install MidiConvert
npm install midiconvert
- name: Analyze Pull Request
run: node .github/scripts/pr-analyzer.js
Expand Down

0 comments on commit bce595a

Please sign in to comment.