Skip to content

ci: add workflow to check bats version #1

ci: add workflow to check bats version

ci: add workflow to check bats version #1

name: learn-github-actions
run-name: ${{ github.actior }} 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:

Check failure on line 13 in .github/workflows/learn-github-actions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/learn-github-actions.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
node-version: '20'
- run: npm install -g bats
- run: bats -v