mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
Merge branch 'master' of https://github.com/ninjamuffin99/funkin-secret
This commit is contained in:
commit
1921d01091
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