summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-12-06 13:24:37 +0000
committerDan Davison <dandavison7@gmail.com>2020-12-06 13:24:37 +0000
commit1d54426f87caf33e1d94596a02e82b3f66465ccc (patch)
treeafeb3aa94a9b2a80152a167ea02217a07de0557e
parent8283320109ceb5a91b37b76b05d09729587cd1ef (diff)
simplify
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8752c4c6..1cd1ac40 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -136,7 +136,5 @@ jobs:
id: badge
with:
debug: true
- directory: ./src/
+ directory: ./
badge: ./etc/loc-badge.svg
- patterns: '*.rs' # Patterns in the format of a '.gitignore' file, separated by pipes.
- ignore: 'bat_utils'