Skip to content

chore(deps-dev): bump @commitlint/cli from 17.7.2 to 17.8.0 #633

chore(deps-dev): bump @commitlint/cli from 17.7.2 to 17.8.0

chore(deps-dev): bump @commitlint/cli from 17.7.2 to 17.8.0 #633

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: leafo/gh-actions-lua@v10
- uses: leafo/gh-actions-luarocks@v4
- name: Setup dependencies
run: |
pip install vim-vint yamllint
luarocks install luacheck
luarocks install lanes
- name: Lint files
run: make lint