1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

haha baby learning github actions XDD

This commit is contained in:
Cameron Taylor 2022-02-18 16:28:13 -05:00 committed by GitHub
parent f5c3b7db02
commit 153f61d44b

View file

@ -0,0 +1,12 @@
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