Skip to content

fix(statistics): allow all curl statistics, ordering, highlight #543

fix(statistics): allow all curl statistics, ordering, highlight

fix(statistics): allow all curl statistics, ordering, highlight #543

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nebularg/[email protected]
with:
files: 'lua/'
config: 'https://raw.githubusercontent.com/NTBBloodbath/rest.nvim/main/.luacheckrc'
annotate: 'error'