Skip to content

Commit

Permalink
build: Update all tools (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Jun 10, 2024
1 parent 02ed442 commit feec7e9
Show file tree
Hide file tree
Showing 6 changed files with 263 additions and 262 deletions.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright 2021 D2iQ, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

version: 2

project_name: mindthegap

changelog:
Expand Down Expand Up @@ -69,7 +71,6 @@ archives:
format: zip
builds:
- mindthegap
rlcp: true

kos:
- id: mindthegap
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
- id: end-of-file-fixer
stages: [commit]
- repo: https://github.com/rhysd/actionlint
rev: v1.7.0
rev: v1.7.1
hooks:
- id: actionlint-system
stages: [commit]
Expand All @@ -61,7 +61,7 @@ repos:
stages: [commit]
args: ["-e", "SC2211"]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.40.0
rev: v0.41.0
hooks:
- id: markdownlint
stages: [commit]
Expand Down
Loading

0 comments on commit feec7e9

Please sign in to comment.