Funkin/.github/workflows/learn-github-actions.yml
Workflow config file is invalid. Please check your config file: yaml: line 9: mapping values are not allowed in this context
2022-02-18 16:28:13 -05:00

12 lines
267 B
YAML

name: learn-github-actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
-uses: actions/checkout@v2
-uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install -g bats
- run: bats -v