gh actions test

This commit is contained in:
olayway 2022-05-15 00:07:41 +02:00
parent 3b1671f882
commit 8cb4fe4852
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
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