Skip to content

Commit

Permalink
update pre-commit hooks: remove beautysh&prettier, replace with shell…
Browse files Browse the repository at this point in the history
…-fmt-go&yamlfmt
  • Loading branch information
lkeegan committed May 3, 2024
1 parent 75c5072 commit 9ab739e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Release Builds

on: push

env:
DUNE_COPASI_VERSION: "master"

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -34,7 +31,6 @@ jobs:
name: artifacts-${{ matrix.os }}
path: ./artefacts/*
retention-days: 3

release:
name: Upload Binaries to GitHub Release
needs: [build]
Expand Down
27 changes: 12 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: check-yaml
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- id: check-added-large-files
- id: mixed-line-ending
- repo: https://github.com/rhysd/actionlint
rev: v1.6.27
hooks:
- id: prettier

- repo: https://github.com/lovesegfault/beautysh
rev: v6.2.1
- id: actionlint
- repo: https://github.com/pecigonzalo/pre-commit-shfmt
rev: v2.2.0
hooks:
- id: beautysh

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
- id: shell-fmt-go
- repo: https://github.com/google/yamlfmt
rev: v0.11.0
hooks:
- id: check-github-actions
ci:
autoupdate_schedule: quarterly
- id: yamlfmt

0 comments on commit 9ab739e

Please sign in to comment.