aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-22 21:23:03 +0200
committerGravatar ks129 <[email protected]>2020-11-22 21:23:03 +0200
commitadb1a4ac7e33ab31650ef0ad9552c1c03fcb2923 (patch)
tree5a41365772276743f1ef70d46fb33a2f129f9f39
parentUse matchers for GitHub Actions workflow (diff)
Add missing dot to workflow
-rw-r--r--.github/workflows/forms-backend.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml
index 4560f7b..74c4ef3 100644
--- a/.github/workflows/forms-backend.yml
+++ b/.github/workflows/forms-backend.yml
@@ -43,7 +43,7 @@ jobs:
# This allows GitHub to detect errors and relay them to PR Files tab
- name: Add flake8 matchers
- run: echo "::add-matcher::./github/flake8-matchers.json"
+ run: echo "::add-matcher::./.github/flake8-matchers.json"
- name: Run flake8
run: "poetry run flake8"