Skip to content

Commit

Permalink
Merge pull request #336 from atomczak/335-housekeeping
Browse files Browse the repository at this point in the history
335 housekeeping
  • Loading branch information
CBenghi authored Aug 23, 2024
2 parents ebfa806 + 42f6e22 commit 220e84b
Show file tree
Hide file tree
Showing 780 changed files with 294 additions and 6,800 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check-test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- master
- development
- 1.0.x
- 1.1.x
- 2.0.x
pull_request:
branches: [ "*" ] # Run the workflow for all pull requests

Expand All @@ -17,5 +20,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run './build.cmd AuditAllIdsFiles'
run: ./build.cmd AuditAllIdsFiles
- name: Run './RepositoryAutomation/build.cmd AuditAllIdsFiles'
run: ./RepositoryAutomation/build.cmd AuditAllIdsFiles
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
2021 Detailed Project Plan/2021 IDS detailed project plan.docx
build/bin/
build/obj/
/RepositoryAutomation/build/bin
/RepositoryAutomation/build/obj/
.vscode/
.tmp/
/build/.vs/
/.nuke/temp/
/RepositoryAutomation/build/.vs/
**/.nuke/temp/
/.vs/
/SchemaProject/.vs/
/SchemaProject/bin/
/SchemaProject/obj/
/SchemaProject/Ids.cs
/RepositoryAutomation/SchemaProject/.vs/
/RepositoryAutomation/SchemaProject/bin/
/RepositoryAutomation/SchemaProject/obj/
/RepositoryAutomation/SchemaProject/Ids.cs
.DS_Store

4 changes: 4 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"MD033": false,
"MD013": false
}
4 changes: 2 additions & 2 deletions .nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"type": "string",
"enum": [
"AuditAllIdsFiles",
"AuditDevelopment",
"AuditDocTestCases",
"AuditExamples",
"CleanSchemaProject",
"CompileSchemaProject",
"CreateTestCases",
Expand All @@ -89,8 +89,8 @@
"type": "string",
"enum": [
"AuditAllIdsFiles",
"AuditDevelopment",
"AuditDocTestCases",
"AuditExamples",
"CleanSchemaProject",
"CompileSchemaProject",
"CreateTestCases",
Expand Down
Loading

0 comments on commit 220e84b

Please sign in to comment.