aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 00de460..afa4896 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,11 +5,6 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
- - name: Setup BATS
- uses: mig4/setup-bats@master
- with:
- bats-version: 1.1.0
-
- name: Check out code
uses: actions/checkout@v1