feat: add oscura-dusk-light theme with accessibility compliance #5
Workflow file for this run
This file contains hidden or 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: Tests | |
| on: [push, pull_request] | |
| jobs: | |
| tests: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Install Vim | |
| run: sudo apt-get install vim | |
| - name: Install Vader | |
| run: | | |
| git clone https://github.com/junegunn/vader.vim.git | |
| echo "set rtp+=vader.vim" > ~/.vimrc | |
| - name: Run tests | |
| run: ./run-tests.sh |