diff --git a/.github/workflows/run-codegen-pull-request-task.yml b/.github/workflows/run-codegen-pull-request-task.yml index b1ecf36..58a7195 100644 --- a/.github/workflows/run-codegen-pull-request-task.yml +++ b/.github/workflows/run-codegen-pull-request-task.yml @@ -20,8 +20,8 @@ jobs: uses: actions/checkout@v6 - name: Run codegen step - run: >- - dotnet run --project ./CreateMatrix/CreateMatrix.csproj -- + run: | + dotnet run --project ./CreateMatrix/CreateMatrix.csproj -- \ matrix --versionpath=./Make/Version.json --matrixpath=./Make/Matrix.json --updateversion - name: Format code step diff --git a/NxWitness.code-workspace b/NxWitness.code-workspace index adacbca..abb70cd 100644 --- a/NxWitness.code-workspace +++ b/NxWitness.code-workspace @@ -17,6 +17,7 @@ "buildtransitive", "buildx", "cloudhost", + "codegen", "Composefile", "connrefused", "contentfiles",