Skip to content

m2x07 is learning Github Actions #1

m2x07 is learning Github Actions

m2x07 is learning Github Actions #1

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