Skip to content

Commit e37267d

Browse files
authored
Merge pull request #163 from codingtools/github/adding-labeller-actions
[GITHUB]- labeler test
2 parents b0e1010 + d7c18da commit e37267d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
documentation: README.md
33

44
# Add 'label2' to any file changes within 'example2' folder
5-
test:
5+
test-changes:
66
- test/**/*
77

8+
89
github-actions:
910
- .github/**/*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@codingtools/cdt
22
===
3-
CLI for Developers :sunglasses:
3+
CLI for Developers :sunglasses:
44

55
[![GithubCI](https://github.com/codingtools/cdt/workflows/GithubCI/badge.svg)](https://github.com/codingtools/cdt/actions?query=workflow%3AGithubCI)
66
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/82d29e2a902a4c338228d636f290d9cd)](https://app.codacy.com/gh/codingtools/cdt?utm_source=github.com&utm_medium=referral&utm_content=codingtools/cdt&utm_campaign=Badge_Grade_Dashboard)

test/commands/avro.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ describe('avro', () => {
4141
// expect(ctx.stdout).to.contain('no such file or directory, open \'test/resources/avro/file_not_exists.avro\'')
4242
// })
4343

44+
4445
test
4546
.stdout()
4647
.command(['avro', '-f', 'test/resources/avro/person.json', '-o', 'test/resources/avro/output/person.avro', 'to_avro'])

0 commit comments

Comments
 (0)