diff options
author | Wim <wim@42.be> | 2020-06-24 22:37:46 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2020-06-24 22:37:46 +0200 |
commit | 80eb1cd20235bec1185a984a04dea8d9daa65b09 (patch) | |
tree | ae8266e8d78e84e736545f7769b64d1665cf171c /.github | |
parent | bbf594c815fdf82e0a37b56c6e0b32e8572830f1 (diff) | |
download | matterbridge-msglm-80eb1cd20235bec1185a984a04dea8d9daa65b09.tar.gz matterbridge-msglm-80eb1cd20235bec1185a984a04dea8d9daa65b09.tar.bz2 matterbridge-msglm-80eb1cd20235bec1185a984a04dea8d9daa65b09.zip |
Fix duplicate name in workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/development.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index db676770..f7d2f5e3 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -1,6 +1,5 @@ name: Development on: [push, pull_request] -name: Test jobs: lint: name: golangci-lint |