better job names

This commit is contained in:
Neil Martinsen-Burrell 2022-10-05 11:06:59 -05:00
parent 690659c9ba
commit 83f60d4be0
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -20,9 +20,8 @@ env:
jobs:
security-check:
name: Django security check
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
@ -36,7 +35,7 @@ jobs:
path: output.txt
owasp-scan:
name: OWASP security scan
runs-on: ubuntu-latest
steps:
@ -50,4 +49,3 @@ jobs:
with:
name: owasp-scan-output
path: ./src/zap_report.html