Skip to content

Commit

Permalink
chore: run prettier [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jan 26, 2024
1 parent 1d61b63 commit 653b12c
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/wac/jobs/createValidateWorkflowsJob.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
import { createJob } from "./createJob";

export const createValidateWorkflowsJob = () => createJob({
name: "Validate workflows",
steps: [
{
name: "Install dependencies",
run: "yarn --immutable"
},
{
name: "Validate",
run: "npx github-actions-wac validate"
}
]
});
export const createValidateWorkflowsJob = () =>
createJob({
name: "Validate workflows",
steps: [
{
name: "Install dependencies",
run: "yarn --immutable"
},
{
name: "Validate",
run: "npx github-actions-wac validate"
}
]
});

0 comments on commit 653b12c

Please sign in to comment.