Skip to content

clair-beep is learning GitHub Actions #11

clair-beep is learning GitHub Actions

clair-beep is learning GitHub Actions #11

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
notify:
runs-on: ubuntu-latest
steps:
- run: echo "Deployed to ${{ github.event.created}}"