Feat: Add country, region and language mappings #137
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
# This workflow test the webradio add/modify/delete actions | |
name: test | |
on: | |
push: | |
paths: | |
- 'build.sh' | |
- 'test/*' | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: installdeps | |
run: sudo apt install imagemagick | |
- name: test | |
run: ./test/test.sh |