Skip to content

Commit

Permalink
ci: Remove webi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmoioliveira committed Feb 7, 2025
1 parent 8e66045 commit d870274
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install bash dependencies ${{ matrix.os }}
run: |
curl -sS https://webi.sh/shfmt | sh
sudo apt-get install shellcheck coreutils -y
run: sudo apt-get install shfmt shellcheck coreutils -y
- name: Check format bash code ${{ matrix.os }}
run: make bash-check
- name: Check lint bash code ${{ matrix.os }}
Expand Down

0 comments on commit d870274

Please sign in to comment.