chore(deps): bump .config/alacritty/themes from 09c3fb3
to 88b5fac
#316
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: 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 |