Rename the license-checker workflow
This commit is contained in:
parent
7063b535c7
commit
7691ecf128
1 changed files with 2 additions and 2 deletions
4
.github/workflows/licenses.yml
vendored
4
.github/workflows/licenses.yml
vendored
|
@ -2,8 +2,8 @@ name: ci
|
|||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
integration-test:
|
||||
name: Integration test
|
||||
license-checker:
|
||||
name: license-checker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue