Skip to content

Commit

Permalink
ci: disable beautysh installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Dec 27, 2024
1 parent 189e1aa commit 9427aa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9427aa3

Please sign in to comment.