Skip to content

draft: Lsp completion #126

draft: Lsp completion

draft: Lsp completion #126

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- '*'
push:
branches:
- "main"
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: selene,typos-cli
- name: Run linters
run: make lint