Skip to content

Commit

Permalink
we vendor bats and need perltidy
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Jun 12, 2024
1 parent da39389 commit 2353f9e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,12 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Install perltidy
run: sudo apt-get update && sudo apt-get install -y perltidy

- name: Checkout
uses: actions/checkout@v4

- name: Setup Bats and bats libs
uses: bats-core/[email protected]
with:
detik-install: false
support-install: false
assert-install: false
file-install: false

- name: Bootstrap Check
run: ./script/bootstrap

Expand Down

0 comments on commit 2353f9e

Please sign in to comment.