Delete learn-github-actions.yml

This commit is contained in:
oh3bsg 2023-11-11 16:34:05 +02:00
parent edf6f5c19d
commit 5a53d000e1
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install -g bats
- run: bats -v