mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 00:44:14 +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:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
auto-update:
|
auto-update:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v4.5.0
|
- uses: actions/setup-python@v5.2.0
|
||||||
- run: pip install pre-commit
|
- run: pip install pre-commit && pre-commit autoupdate
|
||||||
- run: pre-commit autoupdate
|
- uses: peter-evans/create-pull-request@v5
|
||||||
- uses: peter-evans/create-pull-request@v4
|
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
branch: update/pre-commit-hooks
|
branch: update/pre-commit-hooks
|
||||||
|
|||||||
@@ -45,6 +45,6 @@ repos:
|
|||||||
- id: shfmt
|
- id: shfmt
|
||||||
|
|
||||||
- repo: https://github.com/rhysd/actionlint
|
- repo: https://github.com/rhysd/actionlint
|
||||||
rev: v1.7.2
|
rev: v1.7.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: actionlint
|
- id: actionlint
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
python 3.12.6
|
python 3.12.7
|
||||||
nodejs 22.9.0
|
nodejs 22.9.0
|
||||||
|
|||||||
Reference in New Issue
Block a user