Skip to content

jrayback is learning GitHub Actions #3

jrayback is learning GitHub Actions

jrayback is learning GitHub Actions #3

Workflow file for this run

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/[email protected]
- uses: actions/[email protected]
with:
# Use Node 20 LTS
node-version: 'lts/Iron'
- run: npm install -g bats
- run: bats -v
- run: npm run test