Skip to content

Commit

Permalink
fix: disable log prefix for tasks with annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Aug 12, 2024
1 parent 968c10d commit b3138c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ jobs:
githubToken: ${{ secrets.GITHUB_TOKEN }}

- name: Lint config files and Z-Wave specifics
run: yarn run lint:zwave $TURBO_FLAGS
# Disable log prefix, so GitHub recognizes annotations in the output
run: yarn run lint:zwave $TURBO_FLAGS --log-prefix=none

# ===================
# Runs unit tests on all supported node versions and OSes
Expand Down

0 comments on commit b3138c9

Please sign in to comment.