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

13 lines
267 B
YAML
Raw Normal View History

2022-02-18 21:28:13 +00:00
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