Skip to content

Commit

Permalink
Rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez Baquero committed Jul 19, 2023
1 parent 57010ca commit fad90e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
name: "Check linting and formatting"
lint-format:
name: Check linting and formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -25,9 +25,10 @@ jobs:
- run: npm run check:eslint
- run: npm run check:prettier

codeql:
name: CodeQL
codeql-analysis:
name: CodeQL Analysis
runs-on: ubuntu-latest

permissions:
actions: read
contents: read
Expand Down

0 comments on commit fad90e9

Please sign in to comment.