diff --git a/.github/workflows/webapp-qa.yml b/.github/workflows/webapp-qa.yml index d388ac71..b7b90960 100644 --- a/.github/workflows/webapp-qa.yml +++ b/.github/workflows/webapp-qa.yml @@ -1,4 +1,4 @@ -name: Webapp QA / Lint +name: Webapp QA on: pull_request: @@ -11,6 +11,7 @@ on: jobs: quality: + name: Code Quality Checks runs-on: ubuntu-latest steps: - name: Checkout repository