diff --git a/.github/workflows/validate-definition.yml b/.github/workflows/validate-definition.yml index c18517e4a..cc11ec836 100644 --- a/.github/workflows/validate-definition.yml +++ b/.github/workflows/validate-definition.yml @@ -38,12 +38,6 @@ jobs: node-version: "18" - name: Install dependencies run: npm --prefix validator install - - name: Show current directory - run: pwd - - name: Show base directory content - run: ls -la - - name: Show PR directory content - run: ls -la prcode - name: Validate definition run: npm --prefix validator run check-pr env: diff --git a/NEWFILE b/NEWFILE deleted file mode 100644 index e69de29bb..000000000