diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index e193dee..c0f361e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -139,8 +139,8 @@ jobs: run: sudo apt-get install -y perltidy && perltidy --version - name: goimports run: go install golang.org/x/tools/cmd/goimports@latest && which goimports - - name: beautysh - run: pipx install beautysh && beautysh --version + #- name: beautysh + # run: pipx install beautysh && beautysh --version - name: cljstyle run: curl -sLO https://raw.githubusercontent.com/greglook/cljstyle/main/util/install-cljstyle && chmod +x install-cljstyle && sudo ./install-cljstyle && cljstyle version - name: fourmolu diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a2363..db10ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [Unreleased](https://github.com/hougesen/mdsf/compare/v0.3.2...HEAD) +- ci: disable beautysh installation [`#560`](https://github.com/hougesen/mdsf/pull/560) - feat: support nufmt [`#559`](https://github.com/hougesen/mdsf/pull/559) - build: update cargo-dist to v0.27.0 [`#558`](https://github.com/hougesen/mdsf/pull/558) - build: update cargo-dist to v0.26.1 [`#557`](https://github.com/hougesen/mdsf/pull/557)