Learn action file

This commit is contained in:
2024-10-18 12:12:03 +02:00
parent 7d96a3e292
commit 7a4b28fe01
2 changed files with 13 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
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@v4
with:
node-version: '20'
- run: npm install -g bats
- run: bats -v