Skip to content

feat: capture from start of tmux pane history (#28) #37

feat: capture from start of tmux pane history (#28)

feat: capture from start of tmux pane history (#28) #37

Workflow file for this run

name: Lint tests
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint and style check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: JohnnyMorganz/stylua-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .
- uses: Jayrgo/luacheck-action@v1
with:
files: '.'
- uses: wagoid/commitlint-github-action@v4