1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-27 18:05:09 +00:00
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

13 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