mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-06-01 15:35:20 -04:00
haha baby learning github actions XDD
This commit is contained in:
parent
f5c3b7db02
commit
153f61d44b
1 changed files with 12 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue