@@ -11,34 +11,32 @@ it is generated from.
1111
1212## Repository Structure
1313
14- | Path | Description |
15- | ---------------------- | -------------------------------------------------------- |
16- | ` __fixtures__/ ` | Unit Test Fixtures |
17- | ` __tests__/ ` | Unit Tests |
18- | ` .devcontainer/ ` | Development Container Configuration |
19- | ` .github/ ` | GitHub Configuration |
20- | ` .licenses/ ` | License Information |
21- | ` .vscode/ ` | Visual Studio Code Configuration |
22- | ` badges/ ` | Badges for readme |
23- | ` dist/ ` | Generated JavaScript Code |
24- | ` src/ ` | TypeScript Source Code |
25- | ` .env.example ` | Environment Variables Example for ` @github/local-action ` |
26- | ` .licensed.yml ` | Licensed Configuration |
27- | ` .markdown-lint.yml ` | Markdown Linter Configuration |
28- | ` .node-version ` | Node.js Version Configuration |
29- | ` .prettierrc.yml ` | Prettier Formatter Configuration |
30- | ` .yaml-lint.yml ` | YAML Linter Configuration |
31- | ` action.yml ` | GitHub Action Metadata |
32- | ` CODEOWNERS ` | Code Owners File |
33- | ` eslint.config.mjs ` | ESLint Configuration |
34- | ` jest.config.js ` | Jest Configuration |
35- | ` LICENSE ` | License File |
36- | ` package.json ` | NPM Package Configuration |
37- | ` README.md ` | Project Documentation |
38- | ` rollup.config.ts ` | Rollup Bundler Configuration |
39- | ` tsconfig.base.json ` | Base TypeScript Configuration |
40- | ` tsconfig.eslint.json ` | TypeScript Configuration for ESLint |
41- | ` tsconfig.json ` | TypeScript Configuration |
14+ | Path | Description |
15+ | -------------------- | -------------------------------------------------------- |
16+ | ` __fixtures__/ ` | Unit Test Fixtures |
17+ | ` __tests__/ ` | Unit Tests |
18+ | ` .devcontainer/ ` | Development Container Configuration |
19+ | ` .github/ ` | GitHub Configuration |
20+ | ` .licenses/ ` | License Information |
21+ | ` .vscode/ ` | Visual Studio Code Configuration |
22+ | ` badges/ ` | Badges for readme |
23+ | ` dist/ ` | Generated JavaScript Code |
24+ | ` src/ ` | TypeScript Source Code |
25+ | ` .env.example ` | Environment Variables Example for ` @github/local-action ` |
26+ | ` .licensed.yml ` | Licensed Configuration |
27+ | ` .markdown-lint.yml ` | Markdown Linter Configuration |
28+ | ` .node-version ` | Node.js Version Configuration |
29+ | ` .prettierrc.yml ` | Prettier Formatter Configuration |
30+ | ` .yaml-lint.yml ` | YAML Linter Configuration |
31+ | ` action.yml ` | GitHub Action Metadata |
32+ | ` CODEOWNERS ` | Code Owners File |
33+ | ` eslint.config.mjs ` | ESLint Configuration |
34+ | ` jest.config.js ` | Jest Configuration |
35+ | ` LICENSE ` | License File |
36+ | ` package.json ` | NPM Package Configuration |
37+ | ` README.md ` | Project Documentation |
38+ | ` rollup.config.ts ` | Rollup Bundler Configuration |
39+ | ` tsconfig.json ` | TypeScript Configuration |
4240
4341## Environment Setup
4442
0 commit comments