Skip to content

Commit

Permalink
ci: check code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Nov 11, 2024
1 parent 0f95016 commit 287530a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: pnpm run format

- name: Check for git diff
run: git diff --exit-code --quiet
run: git diff --exit-code
2 changes: 1 addition & 1 deletion scripts/config-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class ConfigGenerator {

const exportGrouping: string[] = [];
let code =
'// These rules are automatically generated2 by scripts/generate-rules.ts\n\n';
'// These rules are automatically generated by scripts/generate-rules.ts\n\n';

code += `import * as rules from "./rules-by-${this.rulesGrouping}.js";\n\n`;

Expand Down

0 comments on commit 287530a

Please sign in to comment.