Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Merge pull request #7 from khoih-prog/dependabot/github_actions/actio… #87

Merge pull request #7 from khoih-prog/dependabot/github_actions/actio…

Merge pull request #7 from khoih-prog/dependabot/github_actions/actio… #87

name: auto-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