Update base16/base24 dracula based on latest Dracula colours #31
Workflow file for this run
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: Test | |
"on": | |
pull_request: | |
branches: | |
- "spec-**" | |
push: | |
branches: | |
- "spec-**" | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Install deps | |
run: sudo apt install yamllint | |
- name: Lint schemes | |
run: yamllint ${{ github.workspace }} && ${{ github.workspace }}/scripts/lint "${{ github.workspace }}" |