diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 98b89775..daec38f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,3 +1,4 @@ +name: build on: push: pull_request: @@ -104,4 +105,4 @@ jobs: id: compileindocker uses: ./.github/workflows/fedora33 - name: Get the output status - run: exit ${{ steps.compileindocker.outputs.out }} \ No newline at end of file + run: exit ${{ steps.compileindocker.outputs.out }}