From c05c94561785b1d5e198588dc210313014f3913d Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Wed, 9 Feb 2022 16:45:51 +0100 Subject: [PATCH] Rename workflow --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 54bffe3..e49edc2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ defaults: jobs: lint: runs-on: ubuntu-latest - name: Womtool validate and submodule up to date. + name: Linting checks steps: - uses: actions/checkout@v2.3.4 with: -- GitLab