We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d7a9c commit ac50c5fCopy full SHA for ac50c5f
.github/workflows/lint.yml
@@ -0,0 +1,14 @@
1
+name: Linting
2
+
3
+on: [push, pull_request]
4
5
+jobs:
6
+ black:
7
+ runs-on: ubuntu-latest
8
+ name: Black linting
9
+ steps:
10
+ - uses: actions/checkout@v3
11
+ - uses: psf/black@stable
12
+ with:
13
+ options: "--check"
14
+ src: "."
README.md
@@ -1,5 +1,7 @@
# Zulip HTML archive
+[](https://github.com/psf/black)
Generates an HTML archive of a configured set of streams within a
[Zulip](https://zulip.com) organization (usually all public
streams).
0 commit comments