From 6e3f95c70d632dbe995dcba25f587aad66af91e6 Mon Sep 17 00:00:00 2001 From: olayway Date: Wed, 18 May 2022 21:33:54 +0200 Subject: [PATCH] [.github][s]: removed test workflow file --- .github/workflows/learn-github-actions.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/learn-github-actions.yml diff --git a/.github/workflows/learn-github-actions.yml b/.github/workflows/learn-github-actions.yml deleted file mode 100644 index 97ea16a..0000000 --- a/.github/workflows/learn-github-actions.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: learn-github-actions -on: [push] -jobs: - check-bats-version: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: '14' - - run: npm install -g bats - - run: bats -v