mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-21 11:07:25 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25831458aa | |||
|
|
41315f7c53 | ||
|
|
fecbb3568c |
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@@ -35,4 +35,4 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Run PR Lint
|
||||
uses: ivuorinen/actions/pr-lint@05e171c506876dce80fc8eb00f6c0e628e2586b5 # 25.8.21
|
||||
uses: ivuorinen/actions/pr-lint@8e88bf4cdb14c38c929ad2a89687d6eb635a3967 # 25.8.25
|
||||
|
||||
2
.github/workflows/sync-labels.yml
vendored
2
.github/workflows/sync-labels.yml
vendored
@@ -29,4 +29,4 @@ jobs:
|
||||
issues: write
|
||||
|
||||
steps:
|
||||
- uses: ivuorinen/actions/sync-labels@05e171c506876dce80fc8eb00f6c0e628e2586b5 # 25.8.21
|
||||
- uses: ivuorinen/actions/sync-labels@8e88bf4cdb14c38c929ad2a89687d6eb635a3967 # 25.8.25
|
||||
|
||||
@@ -50,7 +50,7 @@ repos:
|
||||
- id: actionlint
|
||||
|
||||
- repo: https://github.com/renovatebot/pre-commit-hooks
|
||||
rev: 41.82.10
|
||||
rev: 41.87.4
|
||||
hooks:
|
||||
- id: renovate-config-validator
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# vim: ft=gitconfig ai noexpandtab
|
||||
[include]
|
||||
path = ~/.dotfiles/config/git/shared
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# vim: ft=gitconfig ai noexpandtab
|
||||
[credential]
|
||||
helper = store --file ~/.cache/git/git-credentials
|
||||
helper = cache --timeout 30000
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# vim: ft=gitconfig ai noexpandtab
|
||||
[submodule]
|
||||
recurse = false
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
# vim: ft=gitconfig ai noexpandtab
|
||||
|
||||
Host tfs.ia.corp.svea.com
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# vim: ft=gitconfig sw=2 ts=2 et
|
||||
# vim: ft=gitconfig ai noexpandtab
|
||||
[include]
|
||||
path = ~/.dotfiles/config/git/shared
|
||||
|
||||
|
||||
Reference in New Issue
Block a user