aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"