mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-28 03:45:34 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e4ea90a05 | ||
|
|
d264a33d21 | ||
| 224ee56461 | |||
|
|
8147490c65 | ||
|
|
c6d501347a | ||
|
|
d8044f2b6a | ||
|
|
1b3fe6d12e |
11
.github/workflows/pre-commit-autoupdate.yml
vendored
11
.github/workflows/pre-commit-autoupdate.yml
vendored
@@ -6,16 +6,15 @@ on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
auto-update:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4.5.0
|
||||
- run: pip install pre-commit
|
||||
- run: pre-commit autoupdate
|
||||
- uses: peter-evans/create-pull-request@v4
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5.2.0
|
||||
- run: pip install pre-commit && pre-commit autoupdate
|
||||
- uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: update/pre-commit-hooks
|
||||
|
||||
@@ -45,6 +45,6 @@ repos:
|
||||
- id: shfmt
|
||||
|
||||
- repo: https://github.com/rhysd/actionlint
|
||||
rev: v1.7.2
|
||||
rev: v1.7.3
|
||||
hooks:
|
||||
- id: actionlint
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
python 3.12.6
|
||||
python 3.12.7
|
||||
nodejs 22.9.0
|
||||
|
||||
Reference in New Issue
Block a user