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

22 lines
530 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: krdlab/setup-haxe@v1.1.6
with:
haxe-version: 4.2.4
2022-02-18 21:31:08 +00:00
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
2022-02-18 21:28:13 +00:00
with:
2022-02-18 21:31:08 +00:00
node-version: '14'
2022-02-18 21:28:13 +00:00
- run: npm install -g bats
- run: bats -v
2022-02-18 21:49:08 +00:00
- run: |
2022-02-18 21:49:51 +00:00
haxe -version
haxelib install openfl
haxelib install lime
haxelib install flixel
haxelib install flixel-addons