mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-24 14:16:56 +00:00
haha baby learning github actions XDD
This commit is contained in:
parent
f5c3b7db02
commit
153f61d44b
12
.github/workflows/learn-github-actions.yml
vendored
Normal file
12
.github/workflows/learn-github-actions.yml
vendored
Normal 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
|
Loading…
Reference in a new issue