Rename static analysis job (#287)
* Rename static analysis job * Try to colorize check workflow output
This commit is contained in:
parent
7fdd8bd539
commit
55fb59a54c
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
|
@ -10,9 +10,12 @@ on:
|
|||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 3
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Perform static analysis checks
|
||||
name: Static analysis
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in New Issue
Block a user