mirror of
https://github.com/hencaric/SCNewsBot.git
synced 2026-08-21 00:42:49 +01:00
initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
name: Code Formatter
|
||||
|
||||
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