Skip to content

Commit

Permalink
CI: Rename static analysis job
Browse files Browse the repository at this point in the history
This should make it more clear what it is for.
  • Loading branch information
daniel-ac-martin committed Jan 23, 2023
1 parent 68b6756 commit 2270e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/change-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Change assurance
on:
pull_request:
jobs:
analyse:
name: Analyse
static-analysis:
name: Static analysis
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down

1 comment on commit 2270e01

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.