diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d408a5f..e60dcd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,7 @@ name: Release Builds - on: push - env: DUNE_COPASI_VERSION: "master" - jobs: build: runs-on: ${{ matrix.os }} @@ -34,7 +31,6 @@ jobs: name: artifacts-${{ matrix.os }} path: ./artefacts/* retention-days: 3 - release: name: Upload Binaries to GitHub Release needs: [build] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6cf6a41..c3f4768 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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