adding possiblity of using Electricity Maps integration for showing d⦠#487
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Busted | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
busted: | |
name: Busted | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Setup βluaβ | |
uses: leafo/gh-actions-lua@v9 | |
with: | |
luaVersion: 5.3 | |
- name: Setup βluarocksβ | |
uses: leafo/gh-actions-luarocks@v4 | |
- name: Run tests | |
run: ./.scripts/busted.sh |