mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
CI: add lints
This commit is contained in:
8
.github/workflows/lint.yml
vendored
Normal file
8
.github/workflows/lint.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
name: Lint
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: psf/black@stable
|
||||
Reference in New Issue
Block a user