Skip to content

feat(neovim): add Elm support #313

feat(neovim): add Elm support

feat(neovim): add Elm support #313

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