diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69f7b94..ec6a622 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,11 +1,8 @@ name: Release Builds - on: push - env: QT_VERSION: "v6.7.0" ZLIB_VERSION: "v1.3.1" # not used for msvc builds - jobs: build: runs-on: ${{ matrix.os }} @@ -43,7 +40,6 @@ jobs: tag: ${{ github.ref }} overwrite: true file_glob: true - msvc: runs-on: windows-2022 permissions: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28fabec..cd39d2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,18 +2,25 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: - - id: check-yaml - id: end-of-file-fixer + exclude: '.*\.diff$' + - id: check-yaml - id: trailing-whitespace - - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 + exclude: '.*\.diff$' + - id: check-added-large-files + - id: mixed-line-ending + exclude: '.*\.diff$' + - repo: https://github.com/rhysd/actionlint + rev: v1.6.27 + hooks: + - id: actionlint + - repo: https://github.com/pecigonzalo/pre-commit-shfmt + rev: v2.2.0 hooks: - - id: prettier - - - repo: https://github.com/lovesegfault/beautysh - rev: v6.2.1 + - id: shell-fmt-go + - repo: https://github.com/google/yamlfmt + rev: v0.11.0 hooks: - - id: beautysh + - id: yamlfmt ci: autoupdate_schedule: quarterly diff --git a/build.sh b/build.sh index 138ac5a..e6864d8 100755 --- a/build.sh +++ b/build.sh @@ -41,7 +41,6 @@ $SUDO_CMD cp zconf.h $INSTALL_PREFIX/include/. $SUDO_CMD cp ../zlib.h $INSTALL_PREFIX/include/. cd ../../ - # download Qt sources to qt/qt5 git clone https://code.qt.io/qt/qt5.git cd qt5