aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Chen2020-07-17 11:12:00 +0200
committerJosh Chen2020-07-17 11:12:00 +0200
commit00463d770fd738749c092829e3b49e4f7d25f75e (patch)
tree50a898b3b06beead3c020b59d823ff79781a86b6
parent9eb4aeb3c2cfeb9bba05e7cf34976946a4d29677 (diff)
looks like descriptions not allowed in workflow job yaml
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 415afd1..36b01ec 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -4,7 +4,6 @@ on: push
jobs:
build:
name: build ROOT
- description: "Build repository ROOT file"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1