diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e3c224..68b8b01 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,9 +43,6 @@ jobs: name: code-issues path: checkResults.json -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" test: # The type of runner that the job will run on runs-on: ubuntu-latest