1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 17:18:55 +00:00
Funkin/.github/workflows/superlinter.yml

11 lines
228 B
YAML
Raw Normal View History

2020-12-13 07:45:36 +00:00
name: learn-github-actions
on: [push]
2020-12-13 06:42:48 +00:00
jobs:
2020-12-13 07:45:36 +00:00
check-bats-version:
2020-12-13 06:42:48 +00:00
runs-on: ubuntu-latest
steps:
2020-12-13 07:45:36 +00:00
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install -g bats
- run: bats -v