chore(deps): bump .config/alacritty/themes from c424c57
to 09c3fb3
#310
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: Linter | |
on: | |
- workflow_dispatch | |
- push | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: true | |
- name: Install task | |
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d | |
- name: Lint shell | |
run: ./bin/task -v c:lint:shell |