Skip to content

Commit 5a4b755

Browse files
committed
run prettier
1 parent 338606c commit 5a4b755

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
33
- package-ecosystem: github-actions
4-
directory: "/"
4+
directory: '/'
55
schedule:
66
interval: weekly

index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ try {
271271
core.setFailed(error.message);
272272
}
273273

274-
275274
async function runScript(script: string) {
276275
const commands = script.split('&&').map((cmd) => cmd.trim());
277276
for (const cmd of commands) {

0 commit comments

Comments
 (0)