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]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
integration-test:
|
license-checker:
|
||||||
name: Integration test
|
name: license-checker
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue