aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-07 01:05:27 +0100
committerSam James <sam@gentoo.org>2023-08-07 01:06:39 +0100
commitf1f43b235cec228fa0e478f389225729ae2ea3f8 (patch)
treef7122b3ad25a751ede7f486a9fb96a7359472a16 /.github
parentModernise shebang (diff)
downloadmirrorselect-f1f43b235cec228fa0e478f389225729ae2ea3f8.tar.gz
mirrorselect-f1f43b235cec228fa0e478f389225729ae2ea3f8.tar.bz2
mirrorselect-f1f43b235cec228fa0e478f389225729ae2ea3f8.zip
Reformat with `black`
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/black.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml
new file mode 100644
index 0000000..b04fb15
--- /dev/null
+++ b/.github/workflows/black.yml
@@ -0,0 +1,10 @@
+name: Lint
+
+on: [push, pull_request]
+
+jobs:
+ lint:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: psf/black@stable