Rename the license-checker workflow

This commit is contained in:
Rodolphe Bréard 2023-07-30 22:15:43 +02:00
parent 7063b535c7
commit 7691ecf128

View file

@ -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