[.github][s]: removed test workflow file

This commit is contained in:
olayway 2022-05-18 21:33:54 +02:00
parent 2ea5347d2e
commit 6e3f95c70d
1 changed files with 0 additions and 12 deletions

View File

@ -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