diff options
author | 2020-11-22 21:23:03 +0200 | |
---|---|---|
committer | 2020-11-22 21:23:03 +0200 | |
commit | adb1a4ac7e33ab31650ef0ad9552c1c03fcb2923 (patch) | |
tree | 5a41365772276743f1ef70d46fb33a2f129f9f39 | |
parent | Use matchers for GitHub Actions workflow (diff) |
Add missing dot to workflow
-rw-r--r-- | .github/workflows/forms-backend.yml | 2 |
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" |