Create auto-github-actions.yml

This commit is contained in:
Khoi Hoang
2021-07-19 20:21:24 -04:00
committed by GitHub
parent 25668f70eb
commit 5216c562dc

View File

@ -0,0 +1,12 @@
name: auto-github-actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install -g bats
- run: bats -v