summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKeewis <keewis@posteo.de>2021-05-31 18:35:51 +0200
committerKeewis <keewis@posteo.de>2021-05-31 18:35:51 +0200
commitfe3636e5b371320e029a15890aa404e446888ccf (patch)
tree00f7ab875353362a29a171659f28b8ed3dd26ec6 /.github
parentddd352a9ea5e6f367ba754179a542fbe6d841e51 (diff)
downloadpint-fe3636e5b371320e029a15890aa404e446888ccf.tar.gz
rename
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-autoupdate.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint-autoupdate.yml b/.github/workflows/lint-autoupdate.yml
index bb614a2..3bf4a21 100644
--- a/.github/workflows/lint-autoupdate.yml
+++ b/.github/workflows/lint-autoupdate.yml
@@ -1,4 +1,4 @@
-name: "pre-commit autoupdate"
+name: pre-commit
on:
schedule:
@@ -8,7 +8,7 @@ on:
jobs:
autoupdate:
- name: 'pre-commit autoupdate'
+ name: autoupdate
runs-on: ubuntu-latest
if: github.repository == 'hgrecco/pint'
steps: