Skip to content

Commit

Permalink
Merge pull request #6108 from MetRonnie/actions
Browse files Browse the repository at this point in the history
GH Actions: print towncrier draft in job summary
  • Loading branch information
MetRonnie authored May 16, 2024
2 parents 1bbe853 + 8878505 commit 095fa7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ jobs:
- name: MyPy
run: mypy

- name: Towncrier
run: towncrier build --draft
- name: Towncrier - draft changelog
uses: cylc/release-actions/towncrier-draft@v1

- name: Linkcheck
run: pytest -m linkcheck --dist=load --color=yes -n 10 tests/unit/test_links.py
Expand Down
6 changes: 3 additions & 3 deletions changes.d/5873.feat.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Allow use of `#noqa: S001` comments to skip Cylc lint
checks for a single line.
- Stop Cylc lint objecting to `%include <file>` syntax.
`cylc lint` improvements:
- Allow use of `#noqa: S001` comments to skip checks for a single line.
- Stop `cylc lint` objecting to `%include <file>` syntax.

0 comments on commit 095fa7e

Please sign in to comment.