Skip to content

feat(alacritty): update configuration #281

feat(alacritty): update configuration

feat(alacritty): update configuration #281

Workflow file for this run

---
name: CI
# yamllint disable-line rule:truthy
on:
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Task
uses: arduino/[email protected]
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run lint task
run: task lint