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:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
env:
|
||||||
|
FORCE_COLOR: 3
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Perform static analysis checks
|
name: Static analysis
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in New Issue
Block a user